summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-an
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-02 19:13:06 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-02 19:13:06 +0000
commita759fd52db0359173523ebf62e3c4521554d0fcf (patch)
treee7e27217d3de213cc80604d456d25a7f1d6577d7 /net/libunp/files/patch-an
parentFix odd markup in the man page (diff)
libunp is the library used in W. Richard Steven's book "UNIX Network
Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>
Notes
Notes: svn path=/head/; revision=22128
Diffstat (limited to 'net/libunp/files/patch-an')
-rw-r--r--net/libunp/files/patch-an11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libunp/files/patch-an b/net/libunp/files/patch-an
new file mode 100644
index 000000000000..d3cecdac1803
--- /dev/null
+++ b/net/libunp/files/patch-an
@@ -0,0 +1,11 @@
+--- lib/unpifi.h.orig Thu Sep 30 11:13:10 1999
++++ lib/unpifi.h Thu Sep 30 11:13:43 1999
+@@ -4,7 +4,7 @@
+ #ifndef __unp_ifi_h
+ #define __unp_ifi_h
+
+-#include "unp.h"
++#include <unp.h>
+ #include <net/if.h>
+
+ #define IFI_NAME 16 /* same as IFNAMSIZ in <net/if.h> */