]> granicus.if.org Git - sudo/commitdiff
added fflush()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 1993 13:36:13 +0000 (13:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 1993 13:36:13 +0000 (13:36 +0000)
check.c

diff --git a/check.c b/check.c
index 9112ea6620be14eac0ad6cfc9398e9ab35c3c6e2..e6a208f779b13ed85ae378dd058c2ee7471f3256 100644 (file)
--- a/check.c
+++ b/check.c
@@ -256,6 +256,7 @@ static void reminder()
 #else
     (void) fprintf(stderr, "\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n",
        "    CU sudo version 1.3, based on Root Group sudo version 1.1",
+       "    sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.",
        "    sudo comes with ABSOLUTELY NO WARRANTY.  This is free software,",
        "    and you are welcome to redistribute it under certain conditions.",
 #endif
@@ -264,4 +265,6 @@ static void reminder()
        "        #1) Respect the privacy of others.",
        "        #2) Think before you type."
     );
+    
+    (void)fflush(stderr);
 }