diff options
Diffstat (limited to 'net/pcnfsd/files/patch-ae')
-rw-r--r-- | net/pcnfsd/files/patch-ae | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/pcnfsd/files/patch-ae b/net/pcnfsd/files/patch-ae deleted file mode 100644 index 433de8b0f95f..000000000000 --- a/net/pcnfsd/files/patch-ae +++ /dev/null @@ -1,16 +0,0 @@ -*** pcnfsd_print.c Tue Jun 29 10:46:56 1999 ---- pcnfsd_print.c Tue Jun 29 10:49:51 1999 -*************** -*** 691,697 **** ---- 691,701 ---- - int saw_system; - - #if (defined(BSD) && (BSD >= 199103)) -+ #if __FreeBSD__ < 3 - p = popen("/usr/sbin/lpc status", "r"); -+ #else -+ p = popen("/usr/sbin/lpc status all", "r"); -+ #endif /* __FreeBSD__ */ - #else - p = popen("/usr/etc/lpc status", "r"); - #endif |