typo
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 14 Nov 1991 01:29:03 +0000 (17:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 14 Nov 1991 01:29:03 +0000 (17:29 -0800)
SCCS-vsn: libexec/mail.local/mail.local.c 5.7

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

index 751c001..ae816d5 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mail.local.c       5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)mail.local.c       5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -263,7 +263,7 @@ void
 #if __STDC__
 err(int isfatal, const char *fmt, ...)
 #else
 #if __STDC__
 err(int isfatal, const char *fmt, ...)
 #else
-err(isfatal, fmt)
+err(isfatal, fmt, va_alist)
        int isfatal;
        char *fmt;
        va_dcl
        int isfatal;
        char *fmt;
        va_dcl