mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
f2286b5691
An SNMP based command line network printer management tool. PR: 8839 Submitted by: Dominic Mitchell <dom@phmit.demon.co.uk>
12 lines
248 B
Plaintext
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>
|
|
|