Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/ftp/bftpd/files/patch-commands.c
17359 views
1
--- commands.c.orig 2011-05-20 14:39:41.000000000 -0300
2
+++ commands.c 2011-05-20 14:40:45.000000000 -0300
3
@@ -18,9 +18,6 @@
4
#ifdef HAVE_SYS_SOCKET_H
5
#include <sys/socket.h>
6
#endif
7
-#ifdef HAVE_ASM_SOCKET_H
8
-#include <asm/socket.h>
9
-#endif
10
#ifdef HAVE_NETINET_IN_H
11
#include <netinet/in.h>
12
#endif
13
@@ -35,12 +32,8 @@
14
#endif
15
#include <fcntl.h>
16
#include <string.h>
17
-#ifdef HAVE_WAIT_H
18
-# include <wait.h>
19
-#else
20
-# ifdef HAVE_SYS_WAIT_H
21
-# include <sys/wait.h>
22
-# endif
23
+#ifdef HAVE_SYS_WAIT_H
24
+#include <sys/wait.h>
25
#endif
26
27
#include "mystring.h"
28
29