Fix problems with mailstats compiling and add to Makefile
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Sat, 3 May 1986 07:17:42 +0000 (23:17 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Sat, 3 May 1986 07:17:42 +0000 (23:17 -0800)
SCCS-vsn: usr.sbin/sendmail/mailstats/mailstats.c 5.3

usr/src/usr.sbin/sendmail/mailstats/mailstats.c

index f238ccf..5837bb1 100644 (file)
@@ -15,11 +15,11 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char    SccsId[] = "@(#)mailstats.c     5.2 (Berkeley) %G%";
+static char    SccsId[] = "@(#)mailstats.c     5.3 (Berkeley) %G%";
 #endif not lint
 #endif not lint
-# include "sendmail.h"
 
 
-SCCSID(@(#)mailstats.c 5.2             %G%);
+# include "../src/sendmail.h"
+# include "../src/mailstats.h"
 
 /*
 **  MAILSTATS -- print mail statistics.
 
 /*
 **  MAILSTATS -- print mail statistics.