Fixed typos.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12772 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-02-26 09:47:56 +00:00
parent fecc8c6843
commit 63564061bc

View file

@ -57,7 +57,7 @@
#include <sys/socket.h>
#include <sys/file.h>
#include "config.h"
#ifdef HAVE_TIMR_H
#ifdef HAVE_TIME_H
#include <time.h>
#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. */