diff options
Diffstat (limited to 'net/libunp/files/patch-ap')
-rw-r--r-- | net/libunp/files/patch-ap | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libunp/files/patch-ap b/net/libunp/files/patch-ap new file mode 100644 index 000000000000..360bae21a1bd --- /dev/null +++ b/net/libunp/files/patch-ap @@ -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 *); |