From 63564061bc525a3c8611a648b67c437ba6063b9b Mon Sep 17 00:00:00 2001 From: CaS Date: Tue, 26 Feb 2002 09:47:56 +0000 Subject: [PATCH] Fixed typos. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12772 72102866-910b-0410-8b05-ffd578937521 --- Tools/gdomap.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Tools/gdomap.c b/Tools/gdomap.c index 386beaa44..bfc7632cf 100644 --- a/Tools/gdomap.c +++ b/Tools/gdomap.c @@ -57,7 +57,7 @@ #include #include #include "config.h" -#ifdef HAVE_TIMR_H +#ifdef HAVE_TIME_H #include #endif #ifdef HAVE_PWD_H @@ -152,8 +152,6 @@ static struct in_addr class_b_mask; static unsigned long class_c_net; struct in_addr class_c_mask; -static int xx = 1; - /* * Predeclare some of the functions used. */ @@ -277,7 +275,6 @@ static char ebuf[2048]; #ifdef HAVE_SYSLOG -int is_daemon = 0; int log_perror = 0; int log_priority; @@ -668,8 +665,6 @@ queue_pop() /* * Primitive mapping stuff. */ -static unsigned short next_port = IPPORT_USERRESERVED; - typedef struct { uptr name; /* Service name registered. */ unsigned int port; /* Port it was mapped to. */