don't use __dead here, it hoses portability
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 8 Jan 1994 04:14:44 +0000 (20:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 8 Jan 1994 04:14:44 +0000 (20:14 -0800)
SCCS-vsn: libexec/mail.local/mail.local.c 8.3

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

index 1cd1115..d608d18 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.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)mail.local.c       8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -308,7 +308,7 @@ usage()
 }
 
 #if __STDC__
 }
 
 #if __STDC__
-__dead void
+void
 err(const char *fmt, ...)
 #else
 void
 err(const char *fmt, ...)
 #else
 void