=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/Attic/aux.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mail/Attic/aux.c 1997/07/14 00:24:24 1.7 --- src/usr.bin/mail/Attic/aux.c 1997/07/25 21:05:33 1.8 *************** *** 1,4 **** ! /* $OpenBSD: aux.c,v 1.7 1997/07/14 00:24:24 millert Exp $ */ /* $NetBSD: aux.c,v 1.5 1997/05/13 06:15:52 mikel Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: aux.c,v 1.8 1997/07/25 21:05:33 mickey Exp $ */ /* $NetBSD: aux.c,v 1.5 1997/05/13 06:15:52 mikel Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: aux.c,v 1.7 1997/07/14 00:24:24 millert Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: aux.c,v 1.8 1997/07/25 21:05:33 mickey Exp $"; #endif #endif /* not lint */ *************** *** 91,104 **** /* * Announce a fatal error and die. */ ! #if __STDC__ #include #else #include #endif void ! #if __STDC__ panic(const char *fmt, ...) #else panic(fmt, va_alist) --- 91,104 ---- /* * Announce a fatal error and die. */ ! #ifdef __STDC__ #include #else #include #endif void ! #ifdef __STDC__ panic(const char *fmt, ...) #else panic(fmt, va_alist) *************** *** 107,113 **** #endif { va_list ap; ! #if __STDC__ va_start(ap, fmt); #else va_start(ap); --- 107,113 ---- #endif { va_list ap; ! #ifdef __STDC__ va_start(ap, fmt); #else va_start(ap);