summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/lp.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/common_source/lp.h')
-rw-r--r--usr.sbin/lpr/common_source/lp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h
index 4e4e4b6..309a770 100644
--- a/usr.sbin/lpr/common_source/lp.h
+++ b/usr.sbin/lpr/common_source/lp.h
@@ -36,6 +36,7 @@
#include <sys/queue.h>
#include <time.h>
+#include <netdb.h>
/*
* All this information used to be in global static variables shared
@@ -156,14 +157,14 @@ extern char *name; /* program name */
/* host machine name */
extern char host[MAXHOSTNAMELEN];
extern char *from; /* client's machine name */
-#define MAXIPSTRLEN 32 /* maxlen of an IP-address as a string */
-extern char from_ip[MAXIPSTRLEN]; /* client machine's IP address */
+extern char from_ip[NI_MAXHOST]; /* client machine's IP address */
extern int requ[]; /* job number of spool entries */
extern int requests; /* # of spool requests */
extern char *user[]; /* users to process */
extern int users; /* # of users in user array */
extern char *person; /* name of person doing lprm */
+extern u_char family; /* address family */
/*
* Structure used for building a sorted list of control files.
OpenPOWER on IntegriCloud