From a759fd52db0359173523ebf62e3c4521554d0fcf Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Sat, 2 Oct 1999 19:13:06 +0000 Subject: 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 --- net/libunp/files/patch-ap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/libunp/files/patch-ap (limited to 'net/libunp/files/patch-ap') 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 + + void Pthread_create(pthread_t *, const pthread_attr_t *, + void * (*)(void *), void *); -- cgit v1.2.3