summaryrefslogtreecommitdiff
path: root/libexec/comsat
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>2007-02-21 21:06:26 +0000
committerhubertf <hubertf@NetBSD.org>2007-02-21 21:06:26 +0000
commitee68ca46c014395f02c09d3208210ee8398b7e6d (patch)
treee0029bc858cf9e732fa5a07657d3940265535755 /libexec/comsat
parentb5f80fa241cab71b2667bbec757d6aecc6d40d83 (diff)
Remove unnecessary ctype.h from libexec/comsat/comsat.c file
From: Slava Semushin <slava.semushin@gmail.com>
Diffstat (limited to 'libexec/comsat')
-rw-r--r--libexec/comsat/comsat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c
index 7aeb34633c1..7acbb6d1266 100644
--- a/libexec/comsat/comsat.c
+++ b/libexec/comsat/comsat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: comsat.c,v 1.34 2005/07/18 04:01:33 christos Exp $ */
+/* $NetBSD: comsat.c,v 1.35 2007/02/21 21:06:26 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -36,7 +36,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: comsat.c,v 1.34 2005/07/18 04:01:33 christos Exp $");
+__RCSID("$NetBSD: comsat.c,v 1.35 2007/02/21 21:06:26 hubertf Exp $");
#endif
#endif /* not lint */
@@ -48,7 +48,6 @@ __RCSID("$NetBSD: comsat.c,v 1.34 2005/07/18 04:01:33 christos Exp $");
#include <netinet/in.h>
-#include <ctype.h>
#include <errno.h>
#include <netdb.h>
#include <paths.h>