try to fix a compile glitch on some HP-UX installations
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 May 1995 00:26:43 +0000 (16:26 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 May 1995 00:26:43 +0000 (16:26 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.180

usr/src/usr.sbin/sendmail/src/conf.c

index 34247b9..1326723 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.179 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.180 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -3447,8 +3447,8 @@ ni_propval(keydir, keyprop, keyval, valprop, sepchar)
 # define MAXSYSLOGTRIES        100
 # undef syslog
 
 # define MAXSYSLOGTRIES        100
 # undef syslog
 
-void
 # ifdef __STDC__
 # ifdef __STDC__
+void
 hard_syslog(int pri, char *msg, ...)
 # else
 hard_syslog(pri, msg, va_alist)
 hard_syslog(int pri, char *msg, ...)
 # else
 hard_syslog(pri, msg, va_alist)