missing \n
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 1 Aug 1991 02:42:12 +0000 (18:42 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 1 Aug 1991 02:42:12 +0000 (18:42 -0800)
SCCS-vsn: libexec/talkd/talkd.c 5.9

usr/src/libexec/talkd/talkd.c

index d3b63ee..cf20e50 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)talkd.c    5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)talkd.c    5.9 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -55,7 +55,7 @@ main(argc, argv)
        int cc;
 
        if (getuid()) {
        int cc;
 
        if (getuid()) {
-               fprintf(stderr, "%s: getuid: not super-user", argv[0]);
+               fprintf(stderr, "%s: getuid: not super-user\n", argv[0]);
                exit(1);
        }
        openlog("talkd", LOG_PID, LOG_DAEMON);
                exit(1);
        }
        openlog("talkd", LOG_PID, LOG_DAEMON);