freebsd-ports/sysutils/npadmin/files/patch-ac
Steve Price f2286b5691 Initial import of npadmin version 0.7.
An SNMP based command line network printer management tool.

PR:		8839
Submitted by:	Dominic Mitchell <dom@phmit.demon.co.uk>
1999-01-18 03:41:26 +00:00

12 lines
248 B
Plaintext

--- npadmin.C.orig Sun Jan 17 19:48:13 1999
+++ npadmin.C Sun Jan 17 19:48:30 1999
@@ -18,7 +18,7 @@
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
-#include <getopt.h>
+#include "getopt.h"
#include <assert.h>
#include <string.h>