diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/popa3d/standalone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/standalone.c b/usr.sbin/popa3d/standalone.c index 948c86fc689..b3fc26a8fc6 100644 --- a/usr.sbin/popa3d/standalone.c +++ b/usr.sbin/popa3d/standalone.c @@ -1,4 +1,4 @@ -/* $OpenBSD: standalone.c,v 1.10 2005/03/13 19:29:44 otto Exp $ */ +/* $OpenBSD: standalone.c,v 1.11 2007/05/11 01:47:48 ray Exp $ */ /* * Standalone POP server: accepts connections, checks the anti-flood limits, @@ -225,7 +225,7 @@ handle(int sock) int new; char hbuf[NI_MAXHOST]; struct sockaddr_storage addr; - int addrlen; + socklen_t addrlen; pid_t pid; struct tms buf; int error; |