Re: [patch] use socklen_t in iputils rather than just int

2006-12-20 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 20 Dec 2006 10:00:32 -0500), Mike Frysinger <[EMAIL PROTECTED]> says: > a bunch of places in iputils utilize "int" lengths when in reality they > should > be using socklen_t Patch applied. Thanks. Please add some prefix in subject, please; e.g. Subject

[patch] use socklen_t in iputils rather than just int

2006-12-20 Thread Mike Frysinger
a bunch of places in iputils utilize "int" lengths when in reality they should be using socklen_t -mike pgpSqlzw2arsi.pgp Description: PGP signature Use socklen_t in all the right places. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> diff --git a/arping.c b/arping.c index 73a7e6f..86f1607