diff options
author | is <is@pkgsrc.org> | 2005-03-02 14:23:35 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2005-03-02 14:23:35 +0000 |
commit | 172b7d86b3785be0f6532e45965b00c353aca375 (patch) | |
tree | 9c589c63eced94fbd773bdb25b5b8a4734f6673f /lang/sr | |
parent | 3c6191565cfe9a13fd6723c5b951c1b8205896b1 (diff) | |
download | pkgsrc-172b7d86b3785be0f6532e45965b00c353aca375.tar.gz |
size_t -> socklen_t
Diffstat (limited to 'lang/sr')
-rw-r--r-- | lang/sr/distinfo | 3 | ||||
-rw-r--r-- | lang/sr/patches/patch-bb | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/sr/distinfo b/lang/sr/distinfo index 5342cd820f3..30bef64d075 100644 --- a/lang/sr/distinfo +++ b/lang/sr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2005/03/02 14:11:27 is Exp $ +$NetBSD: distinfo,v 1.12 2005/03/02 14:23:35 is Exp $ SHA1 (sr233.tar.Z) = 0354987527ed1e84c32d3b1fc6bacb65d647f337 Size (sr233.tar.Z) = 1424566 bytes @@ -15,3 +15,4 @@ SHA1 (patch-ax) = a834a65f2574be388bb420fdf883a9ac74f00ec9 SHA1 (patch-ay) = ea10d5daf877ca129efdfdbc544159a75f70f395 SHA1 (patch-az) = 1560c8ea0b760e2fb97385e565d87a49a879c6a2 SHA1 (patch-ba) = a29a664d693585ff39bc1f8d2c4b165981cde72a +SHA1 (patch-bb) = 6214584bde5a05386d0f31690b30a9c0a8c299af diff --git a/lang/sr/patches/patch-bb b/lang/sr/patches/patch-bb new file mode 100644 index 00000000000..32737c664a9 --- /dev/null +++ b/lang/sr/patches/patch-bb @@ -0,0 +1,13 @@ +$NetBSD: patch-bb,v 1.1 2005/03/02 14:23:35 is Exp $ + +--- rts/socket.c.orig 2005-03-02 14:17:00.000000000 +0000 ++++ rts/socket.c +@@ -278,7 +278,7 @@ Pach ph; + + int n, result, my_currfd; + static struct sockaddr sockbuff; +- static size_t buffsize; ++ static socklen_t buffsize; + static fd_set readyset; /* fd's with input available. Fortunately, + * the only place this is assigned to is + * already protected. */ |