freebsd-ports/net/libunp/files/patch-lib_unpthread.h
Adam Weinberger 69ea23ed71 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)
2014-07-29 01:59:16 +00:00

11 lines
297 B
C

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