summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-ah
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
commit69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch)
treee2e604e83659be7f58596e80b3cf18e9d7d06dae /net/libunp/files/patch-ah
parentStage net-mgmt/routers2 and cleanup (diff)
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying an unstaged port)
Notes
Notes: svn path=/head/; revision=363285
Diffstat (limited to 'net/libunp/files/patch-ah')
-rw-r--r--net/libunp/files/patch-ah18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/libunp/files/patch-ah b/net/libunp/files/patch-ah
deleted file mode 100644
index 2fdb2887a59d..000000000000
--- a/net/libunp/files/patch-ah
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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@