diff options
Diffstat (limited to 'japanese/gn-gnspool/files/patch-client.c')
-rw-r--r-- | japanese/gn-gnspool/files/patch-client.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/gn-gnspool/files/patch-client.c b/japanese/gn-gnspool/files/patch-client.c new file mode 100644 index 000000000000..d4463734c04d --- /dev/null +++ b/japanese/gn-gnspool/files/patch-client.c @@ -0,0 +1,11 @@ +--- client.c.orig Sat May 2 11:11:26 1998 ++++ client.c Sat May 3 20:13:18 2003 +@@ -718,7 +718,7 @@ + # ifndef ESPX + # ifndef WIN32 + # ifndef linux +- unsigned long inet_addr(); ++ in_addr_t inet_addr(); + # endif /* (!linux) */ + # endif /* (!WIN32) */ + # endif /* (!ESPX) */ |