1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/libunp/files/patch-ap
Dan Moschuk a759fd52db 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 <james@targetnet.com>
1999-10-02 19:13:06 +00:00

12 lines
297 B
Plaintext

--- 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 *);