<ndir.h> => <dir.h> for maximum portability
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 7 Oct 1982 16:08:11 +0000 (08:08 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 7 Oct 1982 16:08:11 +0000 (08:08 -0800)
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.46

usr/src/usr.sbin/sendmail/src/queue.c

index 103ebe6..6e177fb 100644 (file)
@@ -1,14 +1,14 @@
 # include "sendmail.h"
 # include <sys/stat.h>
 # include "sendmail.h"
 # include <sys/stat.h>
-# include <ndir.h>
+# include <dir.h>
 # include <signal.h>
 # include <errno.h>
 
 # ifndef QUEUE
 # include <signal.h>
 # include <errno.h>
 
 # ifndef QUEUE
-SCCSID(@(#)queue.c     3.45            %G%     (no queueing));
+SCCSID(@(#)queue.c     3.46            %G%     (no queueing));
 # else QUEUE
 
 # else QUEUE
 
-SCCSID(@(#)queue.c     3.45            %G%);
+SCCSID(@(#)queue.c     3.46            %G%);
 
 /*
 **  QUEUEUP -- queue a message up for future transmission.
 
 /*
 **  QUEUEUP -- queue a message up for future transmission.