fix definition for ANSI compilers
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 05:55:39 +0000 (21:55 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 05:55:39 +0000 (21:55 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.193

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

index ef0ed46..dda0d55 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.192 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.193 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -1539,7 +1539,7 @@ bool
 refuseconnections()
 {
        extern bool enoughdiskspace();
 refuseconnections()
 {
        extern bool enoughdiskspace();
-       extern void setproctitle();
+       extern void setproctitle __P((char *, ...));
 
 #ifdef XLA
        if (!xla_smtp_ok())
 
 #ifdef XLA
        if (!xla_smtp_ok())