fix hpux compile flag
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 1 Feb 1994 09:00:51 +0000 (01:00 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 1 Feb 1994 09:00:51 +0000 (01:00 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.68

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

index e55ada4..97c060c 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.67 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.68 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -1821,7 +1821,7 @@ bool
 chownsafe(fd)
        int fd;
 {
 chownsafe(fd)
        int fd;
 {
-#ifdef __hpux__
+#ifdef __hpux
        char *s;
        int tfd;
        uid_t o_uid, o_euid;
        char *s;
        int tfd;
        uid_t o_uid, o_euid;