diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-11 01:47:49 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-11 01:47:49 +0000 |
commit | 6d27a7ecb506e06b25b5a52b13613373056df2ed (patch) | |
tree | 9b4f83e43451b71673dee0eccc18210152d34a25 /usr.sbin | |
parent | e0ed39a3f5d15955ea3ac17cf5a9e9be4ae730fe (diff) |
Delinting from tbert <bret dot lambert at gmail dot com>
OK moritz@
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; |