diff options
Diffstat (limited to 'net/libunp/files/patch-lib_unp.h')
-rw-r--r-- | net/libunp/files/patch-lib_unp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libunp/files/patch-lib_unp.h b/net/libunp/files/patch-lib_unp.h index c896e52d7ced..0a93bc4dcc48 100644 --- a/net/libunp/files/patch-lib_unp.h +++ b/net/libunp/files/patch-lib_unp.h @@ -1,5 +1,5 @@ ---- lib/unp.h.orig Sun Sep 14 15:49:59 1997 -+++ lib/unp.h Thu Sep 30 11:12:55 1999 +--- lib/unp.h.orig 1997-09-14 19:49:59 UTC ++++ lib/unp.h @@ -4,7 +4,7 @@ #ifndef __unp_h #define __unp_h @@ -9,7 +9,7 @@ /* "../config.h" is generated by configure */ /* If anything changes in the following list of #includes, must change -@@ -197,7 +197,7 @@ +@@ -197,7 +197,7 @@ typedef void Sigfunc(int); /* for signal #define max(a,b) ((a) > (b) ? (a) : (b)) #ifndef HAVE_ADDRINFO_STRUCT |