use syslog().
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Wed, 25 Jul 1984 07:53:24 +0000 (23:53 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Wed, 25 Jul 1984 07:53:24 +0000 (23:53 -0800)
SCCS-vsn: usr.sbin/lpr/common_source/lp.h 4.7
SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 4.5

usr/src/usr.sbin/lpr/common_source/lp.h
usr/src/usr.sbin/lpr/common_source/lp.local.h

index e0b3ac6..30373d2 100644 (file)
@@ -1,10 +1,10 @@
-/*     lp.h    4.6     83/07/01        */
+/*     lp.h    4.7     84/07/24        */
 /*
  * Global definitions for the line printer system.
  */
 
 #include <stdio.h>
 /*
  * Global definitions for the line printer system.
  */
 
 #include <stdio.h>
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/file.h>
 #include <sys/dir.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <sys/dir.h>
 #include <sys/stat.h>
@@ -13,6 +13,7 @@
 #include <netinet/in.h>
 #include <netdb.h>
 #include <pwd.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <pwd.h>
+#include <syslog.h>
 #include <signal.h>
 #include <sys/wait.h>
 #include <sgtty.h>
 #include <signal.h>
 #include <sys/wait.h>
 #include <sgtty.h>
index 032b4da..2aa91d8 100644 (file)
@@ -1,4 +1,4 @@
-/*     lp.local.h      4.4     83/08/24        */
+/*     lp.local.h      4.5     84/07/24        */
 /*
  * Possibly, local parameters to the spooling system
  */
 /*
  * Possibly, local parameters to the spooling system
  */
  */
 #define FILMOD         0660
 
  */
 #define FILMOD         0660
 
-/*
- * We choose not to include this from <sys/param.h>
- */
-#define NOFILE         20
-
 /*
  * Printer is assumed to support LINELEN (for block chars)
  *   and background character (blank) is a space
 /*
  * Printer is assumed to support LINELEN (for block chars)
  *   and background character (blank) is a space