diff options
author | Erik Faye-Lund <kusmabite@gmail.com> | 2010-11-04 02:35:22 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-04 16:53:52 -0700 |
commit | c295cf06608cb07a132abef5802366522fd2f5e0 (patch) | |
tree | f2679ecebf4e8e2aed7b2092f9d044b824ff0abd /sigchain.c | |
parent | mingw: use poll-emulation from gnulib (diff) | |
download | tgif-c295cf06608cb07a132abef5802366522fd2f5e0.tar.xz |
daemon: use socklen_t
Windows's accept()-function takes the last argument as an int, but glibc
takes an unsigned int. Use socklen_t to get rid of a warning. This is
basically a revert of 7fa0908, but we have already been depending on
socklen_t existing since June 2006 (commit 5b276ee4). I guess this means
that socklen_t IS defined on OSX after all - at least in recent headers.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sigchain.c')
0 files changed, 0 insertions, 0 deletions