ANSI changes
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 31 Mar 1993 22:19:29 +0000 (14:19 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 31 Mar 1993 22:19:29 +0000 (14:19 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.41
SCCS-vsn: usr.sbin/sendmail/src/useful.h 6.2

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

index 94d3fad..a2e05e2 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  6.40 (Berkeley) %G%
+ *     @(#)sendmail.h  6.41 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -15,8 +15,8 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 6.40            %G%";
-# endif lint
+static char SmailSccsId[] =    "@(#)sendmail.h 6.41            %G%";
+# endif
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif /* _DEFINE */
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif /* _DEFINE */
index c953be6..20a873a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)useful.h    6.1 (Berkeley) %G%
+ *     @(#)useful.h    6.2 (Berkeley) %G%
  */
 
 # include <sys/types.h>
  */
 
 # include <sys/types.h>
@@ -25,7 +25,7 @@ typedef char  bool;
 # ifndef max
 # define max(a, b)     ((a) > (b) ? (a) : (b))
 # define min(a, b)     ((a) < (b) ? (a) : (b))
 # ifndef max
 # define max(a, b)     ((a) > (b) ? (a) : (b))
 # define min(a, b)     ((a) < (b) ? (a) : (b))
-# endif max
+# endif
 
 /* assertions */
 # ifndef NASSERT
 
 /* assertions */
 # ifndef NASSERT
@@ -42,6 +42,6 @@ typedef char  bool;
 /* sccs id's */
 # ifndef lint
 # define SCCSID(arg)   static char SccsId[] = "arg";
 /* sccs id's */
 # ifndef lint
 # define SCCSID(arg)   static char SccsId[] = "arg";
-# else /* lint */
+# else
 # define SCCSID(arg)
 # define SCCSID(arg)
-# endif lint
+# endif