portability
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 26 Mar 1993 23:45:05 +0000 (15:45 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 26 Mar 1993 23:45:05 +0000 (15:45 -0800)
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.47
SCCS-vsn: usr.sbin/sendmail/src/err.c 6.11

usr/src/usr.sbin/sendmail/src/err.c
usr/src/usr.sbin/sendmail/src/main.c

index a613f37..f41c1ef 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)err.c      6.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)err.c      6.11 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -161,8 +161,8 @@ usrerr(fmt, va_alist)
 */
 
 /*VARARGS2*/
 */
 
 /*VARARGS2*/
-#ifdef __STDC__
 void
 void
+#ifdef __STDC__
 message(char *msg, ...)
 #else
 message(msg, va_alist)
 message(char *msg, ...)
 #else
 message(msg, va_alist)
@@ -197,8 +197,8 @@ message(msg, va_alist)
 */
 
 /*VARARGS2*/
 */
 
 /*VARARGS2*/
-#ifdef __STDC__
 void
 void
+#ifdef __STDC__
 nmessage(char *msg, ...)
 #else
 nmessage(msg, va_alist)
 nmessage(char *msg, ...)
 #else
 nmessage(msg, va_alist)
index 999035f..d3eb562 100644 (file)
@@ -13,7 +13,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     6.46 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     6.47 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -1423,8 +1423,8 @@ obsolete(argv)
 **             none.
 */
 
 **             none.
 */
 
-#ifdef __STDC__
 void
 void
+#ifdef __STDC__
 auth_warning(register ENVELOPE *e, char *msg, ...)
 #else
 auth_warning(e, msg, va_alist)
 auth_warning(register ENVELOPE *e, char *msg, ...)
 #else
 auth_warning(e, msg, va_alist)