diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-10 12:39:40 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-10 12:39:40 +0000 |
| commit | ba9b271fcd306774034072dfec5a18dce97ce1b9 (patch) | |
| tree | 9899f7a23a130944db581e8c69eaefe179c12d3e /sysutils/lookupd/files/patch-lookupd.c | |
| parent | Add p5-DBD-PgPP 0.05, Pure Perl PostgreSQL driver for the DBI. (diff) | |
Update to 0.3.c
PR: 70066
Submitted by: Michael Bushkov <bushman@stinger.cc.rsu.ru>
Notes
Notes:
svn path=/head/; revision=115824
Diffstat (limited to 'sysutils/lookupd/files/patch-lookupd.c')
| -rw-r--r-- | sysutils/lookupd/files/patch-lookupd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lookupd/files/patch-lookupd.c b/sysutils/lookupd/files/patch-lookupd.c new file mode 100644 index 000000000000..084711b1974b --- /dev/null +++ b/sysutils/lookupd/files/patch-lookupd.c @@ -0,0 +1,11 @@ +--- bin/lookupd.c.orig Tue Aug 10 14:37:18 2004 ++++ bin/lookupd.c Tue Aug 10 14:37:24 2004 +@@ -174,7 +174,7 @@ + + for (i = 0; i < event_data->data; i++) { + struct sockaddr addr; +- size_t addrlen; ++ socklen_t addrlen; + + addrlen = sizeof(addr); + fd = accept(event_data->ident, &addr, &addrlen); |
