aboutsummaryrefslogtreecommitdiff
path: root/networking/fakeidentd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/fakeidentd.c')
-rw-r--r--networking/fakeidentd.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c
index d3aa3ce5d..b097d9980 100644
--- a/networking/fakeidentd.c
+++ b/networking/fakeidentd.c
@@ -9,28 +9,22 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
10 */ 10 */
11 11
12#include "busybox.h"
13
12#include <unistd.h> 14#include <unistd.h>
13#include <stdio.h>
14#include <stdlib.h>
15#include <stdarg.h>
16#include <string.h> 15#include <string.h>
17#include <fcntl.h> 16#include <fcntl.h>
18#include <signal.h> 17#include <signal.h>
19#include <sys/syslog.h> 18#include <sys/syslog.h>
20 19
21#include <pwd.h> 20#include <pwd.h>
22#include <netdb.h>
23 21
24#include <sys/syslog.h> 22#include <sys/syslog.h>
25#include <sys/types.h>
26#include <time.h> 23#include <time.h>
27#include <sys/socket.h> 24#include <sys/socket.h>
28#include <netinet/in.h>
29#include <errno.h> 25#include <errno.h>
30#include <arpa/inet.h>
31#include <sys/uio.h> 26#include <sys/uio.h>
32 27
33#include "busybox.h"
34 28
35#define IDENT_PORT 113 29#define IDENT_PORT 113
36#define MAXCONNS 20 30#define MAXCONNS 20