diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-24 20:28:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-24 20:28:41 +0800 |
commit | 90b6c8a7af7da77b71a756cc7b63cd918d17553b (patch) | |
tree | 57ff44f645085a07f945b1713e193c74d6562c40 /japanese/gn-gnspool/files | |
parent | 393d6a9ca2303163f5ec053c202ce28960853de1 (diff) | |
download | freebsd-ports-graphics-90b6c8a7af7da77b71a756cc7b63cd918d17553b.tar.gz freebsd-ports-graphics-90b6c8a7af7da77b71a756cc7b63cd918d17553b.tar.zst freebsd-ports-graphics-90b6c8a7af7da77b71a756cc7b63cd918d17553b.zip |
Compiling error in /usr/ports/japanese/gn-gnspool
And unbreak it too
PR: ports/51941
Submitted by: Keiichi Inoue <sanremo@po.shiojiri.ne.jp>
Diffstat (limited to 'japanese/gn-gnspool/files')
-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 00000000000..d4463734c04 --- /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) */ |