u_short should be unsigned short; actually this is a punt
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 27 Mar 1983 04:42:39 +0000 (20:42 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 27 Mar 1983 04:42:39 +0000 (20:42 -0800)
SCCS-mr: usr.sbin/sendmail/src/useful.h 214
SCCS-vsn: usr.sbin/sendmail/src/useful.h 3.13

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

index ee85534..ba729f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
 **  USEFUL.H -- Some useful stuff.
 **
 /*
 **  USEFUL.H -- Some useful stuff.
 **
-**     @(#)useful.h    3.12            %G%
+**     @(#)useful.h    3.13            %G%
 */
 
 # ifndef makedev
 */
 
 # ifndef makedev
@@ -58,8 +58,8 @@ extern char   *ctime();
 extern char    *getenv();
 # endif V6
 # ifndef VMUNIX
 extern char    *getenv();
 # endif V6
 # ifndef VMUNIX
-typedef char   *u_short;
-typedef long   u_long;
-typedef char   u_char;
-typedef int    void;
+typedef unsigned short u_short;
+typedef long           u_long;
+typedef char           u_char;
+typedef int            void;
 # endif VMUNIX
 # endif VMUNIX