make better assumptions about definition of u_long, etc.
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 23 Mar 1982 14:02:15 +0000 (06:02 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 23 Mar 1982 14:02:15 +0000 (06:02 -0800)
SCCS-vsn: usr.sbin/sendmail/src/useful.h 3.8

usr/src/usr.sbin/sendmail/src/useful.h

index b74d1e7..7622f48 100644 (file)
@@ -1,7 +1,7 @@
 /*
 **  USEFUL.H -- Some useful stuff.
 **
 /*
 **  USEFUL.H -- Some useful stuff.
 **
-**     @(#)useful.h    3.7             %G%
+**     @(#)useful.h    3.8             %G%
 */
 
 # ifndef makedev
 */
 
 # ifndef makedev
@@ -50,9 +50,10 @@ extern time_t        time();
 extern char    *ctime();
 # ifndef V6
 extern char    *getenv();
 extern char    *ctime();
 # ifndef V6
 extern char    *getenv();
-# else V6
+# endif V6
+# ifndef VMUNIX
 typedef char   *u_short;
 typedef long   u_long;
 typedef char   u_char;
 typedef int    void;
 typedef char   *u_short;
 typedef long   u_long;
 typedef char   u_char;
 typedef int    void;
-# endif V6
+# endif VMUNIX