summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-lib_unpthread.h
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-lib_unpthread.h
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-lib_unpthread.h')
-rw-r--r--net/libunp/files/patch-lib_unpthread.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libunp/files/patch-lib_unpthread.h b/net/libunp/files/patch-lib_unpthread.h
new file mode 100644
index 000000000000..360bae21a1bd
--- /dev/null
+++ b/net/libunp/files/patch-lib_unpthread.h
@@ -0,0 +1,11 @@
+--- lib/unpthread.h.orig Thu Sep 30 11:13:20 1999
++++ lib/unpthread.h Thu Sep 30 11:13:41 1999
+@@ -4,7 +4,7 @@
+ #ifndef __unp_pthread_h
+ #define __unp_pthread_h
+
+-#include "unp.h"
++#include <unp.h>
+
+ void Pthread_create(pthread_t *, const pthread_attr_t *,
+ void * (*)(void *), void *);