From 6d27a7ecb506e06b25b5a52b13613373056df2ed Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Fri, 11 May 2007 01:47:49 +0000 Subject: Delinting from tbert OK moritz@ --- usr.sbin/popa3d/standalone.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') 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; -- cgit v1.2.3