diff options
Diffstat (limited to 'usr.sbin/inetd/inetd.c')
-rw-r--r-- | usr.sbin/inetd/inetd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index bffe64b691c..fec44e82a11 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inetd.c,v 1.163 2022/12/04 23:50:50 cheloha Exp $ */ +/* $OpenBSD: inetd.c,v 1.164 2023/04/19 12:58:16 jsg Exp $ */ /* * Copyright (c) 1983,1991 The Regents of the University of California. @@ -1489,7 +1489,6 @@ discard_dg(int s, struct servtab *sep) (void) read(s, buffer, sizeof(buffer)); } -#include <ctype.h> #define LINESIZ 72 char ring[128]; char *endring; |