summaryrefslogtreecommitdiff
path: root/games/hunt/huntd
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-08-30 23:38:12 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-08-30 23:38:12 +0000
commitdacac7bf03982ccedee3f6b58b6d6d587db1a6b8 (patch)
treeb8651e5743e3d7c1fa09be7fd38ce9fcbb3888ae /games/hunt/huntd
parent1b27827782470f53c49f03c2e5832cdfd3c8ce26 (diff)
socklen_t
Diffstat (limited to 'games/hunt/huntd')
-rw-r--r--games/hunt/huntd/server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hunt/huntd/server.h b/games/hunt/huntd/server.h
index 05cb98c680b..96cab5ddf7e 100644
--- a/games/hunt/huntd/server.h
+++ b/games/hunt/huntd/server.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.h,v 1.3 1999/05/30 02:47:13 pjanzen Exp $ */
+/* $OpenBSD: server.h,v 1.4 1999/08/30 23:38:11 d Exp $ */
/* $NetBSD: hunt.h,v 1.5 1998/09/13 15:27:28 hubertf Exp $ */
/*
@@ -167,7 +167,7 @@ struct spawn {
int fd;
int state;
struct sockaddr source;
- int sourcelen;
+ socklen_t sourcelen;
u_int32_t uid;
char name[NAMELEN+1];
u_int8_t team;