mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
6c64a6b203
commit
e57dc206de
1 changed files with 1 additions and 6 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue