typo
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 19 Jan 1995 04:06:20 +0000 (20:06 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 19 Jan 1995 04:06:20 +0000 (20:06 -0800)
SCCS-vsn: libexec/mail.local/mail.local.c 8.16

usr/src/libexec/mail.local/mail.local.c

index 6db87bf..c23d4dc 100644 (file)
@@ -12,7 +12,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mail.local.c       8.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)mail.local.c       8.16 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -107,7 +107,7 @@ main(argc, argv)
                (void) close(fd);
 
        /* use a reasonable umask */
                (void) close(fd);
 
        /* use a reasonable umask */
-       (void) umask(0077)
+       (void) umask(0077);
 
 #ifdef LOG_MAIL
        openlog("mail.local", 0, LOG_MAIL);
 
 #ifdef LOG_MAIL
        openlog("mail.local", 0, LOG_MAIL);