mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
11 lines
271 B
C
11 lines
271 B
C
--- lib/unpthread.h.orig 1997-06-25 19:16:58 UTC
|
|
+++ lib/unpthread.h
|
|
@@ -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 *);
|