mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
20 lines
610 B
C
20 lines
610 B
C
--- lib/unp.h.orig 1997-09-14 19:49:59 UTC
|
|
+++ lib/unp.h
|
|
@@ -4,7 +4,7 @@
|
|
#ifndef __unp_h
|
|
#define __unp_h
|
|
|
|
-#include "../config.h" /* configuration options for current OS */
|
|
+#include <unp/config.h> /* configuration options for current OS */
|
|
/* "../config.h" is generated by configure */
|
|
|
|
/* If anything changes in the following list of #includes, must change
|
|
@@ -197,7 +197,7 @@ typedef void Sigfunc(int); /* for signal
|
|
#define max(a,b) ((a) > (b) ? (a) : (b))
|
|
|
|
#ifndef HAVE_ADDRINFO_STRUCT
|
|
-# include "../lib/addrinfo.h"
|
|
+# include <unp/addrinfo.h>
|
|
#endif
|
|
|
|
#ifndef HAVE_IF_NAMEINDEX_STRUCT
|