mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +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
fecc8c6843
commit
63564061bc
1 changed files with 1 additions and 6 deletions
|
@ -57,7 +57,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef HAVE_TIMR_H
|
#ifdef HAVE_TIME_H
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_PWD_H
|
#ifdef HAVE_PWD_H
|
||||||
|
@ -152,8 +152,6 @@ static struct in_addr class_b_mask;
|
||||||
static unsigned long class_c_net;
|
static unsigned long class_c_net;
|
||||||
struct in_addr class_c_mask;
|
struct in_addr class_c_mask;
|
||||||
|
|
||||||
static int xx = 1;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Predeclare some of the functions used.
|
* Predeclare some of the functions used.
|
||||||
*/
|
*/
|
||||||
|
@ -277,7 +275,6 @@ static char ebuf[2048];
|
||||||
|
|
||||||
#ifdef HAVE_SYSLOG
|
#ifdef HAVE_SYSLOG
|
||||||
|
|
||||||
int is_daemon = 0;
|
|
||||||
int log_perror = 0;
|
int log_perror = 0;
|
||||||
int log_priority;
|
int log_priority;
|
||||||
|
|
||||||
|
@ -668,8 +665,6 @@ queue_pop()
|
||||||
/*
|
/*
|
||||||
* Primitive mapping stuff.
|
* Primitive mapping stuff.
|
||||||
*/
|
*/
|
||||||
static unsigned short next_port = IPPORT_USERRESERVED;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uptr name; /* Service name registered. */
|
uptr name; /* Service name registered. */
|
||||||
unsigned int port; /* Port it was mapped to. */
|
unsigned int port; /* Port it was mapped to. */
|
||||||
|
|
Loading…
Reference in a new issue