diff options
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-hr_print.c')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-hr_print.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-hr_print.c b/net-mgmt/net-snmp-devel/files/patch-hr_print.c new file mode 100644 index 000000000000..ba8192ef59f5 --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-hr_print.c @@ -0,0 +1,12 @@ +--- agent/mibgroup/host/hr_print.c.orig Wed Oct 3 00:02:07 2001 ++++ agent/mibgroup/host/hr_print.c Wed Feb 13 01:02:53 2002 +@@ -30,7 +30,9 @@ + int printer_detail_status(int); + int printer_errors(int); + int header_hrprint (struct variable *,oid *, size_t *, int, size_t *, WriteMethod **); ++#ifdef HAVE_LPSTAT + FILE * run_lpstat(void); ++#endif + + + /********************* |