diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/libunp/files/patch-lib_unpthread.h | |
parent | Stage 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.h | 11 |
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 *); |