You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
307 B
13 lines
307 B
|
24 years ago
|
--- cvsd.c.orig 2002-07-24 20:07:44.000000000 +0200
|
||
|
|
+++ cvsd.c 2002-08-09 10:45:47.000000000 +0200
|
||
|
|
@@ -60,7 +60,9 @@
|
||
|
|
#include <sys/wait.h>
|
||
|
|
#include <sys/socket.h>
|
||
|
|
#include <sys/time.h>
|
||
|
|
+#ifndef __FreeBSD__
|
||
|
|
#include <netinet/in.h>
|
||
|
|
+#endif
|
||
|
|
#include <arpa/inet.h>
|
||
|
|
#ifdef HAVE_NETDB_H
|
||
|
|
#include <netdb.h>
|