summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-ah
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-ah
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-ah')
-rw-r--r--net/libunp/files/patch-ah18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/libunp/files/patch-ah b/net/libunp/files/patch-ah
new file mode 100644
index 000000000000..2fdb2887a59d
--- /dev/null
+++ b/net/libunp/files/patch-ah
@@ -0,0 +1,18 @@
+--- Make.defines.in.orig Thu Jun 12 16:20:21 1997
++++ Make.defines.in Thu Sep 30 10:13:57 1999
+@@ -17,6 +17,7 @@
+ # Following is the main library, built from all the object files
+ # in the lib/ and libfree/ directories.
+ LIBUNP_NAME = @LIBUNP_NAME@
++LIBUNP_THREADSAFE_NAME = @LIBUNP_THREADSAFE_NAME@
+
+ # Following is the XTI library, built from all the object files
+ # in the libxti/ directory.
+@@ -24,6 +25,7 @@
+
+ # Following are all the object files to create in the lib/ directory.
+ LIB_OBJS = @LIB_OBJS@
++LIB_THREADSAFE_OBJS = @LIB_THREADSAFE_OBJS@
+
+ # Following are all the object files to create in the libfree/ directory.
+ LIBFREE_OBJS = @LIBFREE_OBJS@