cvsd.patch 307 B

12345678910111213
  1. --- cvsd.c.orig 2002-07-24 20:07:44.000000000 +0200
  2. +++ cvsd.c 2002-08-09 10:45:47.000000000 +0200
  3. @@ -60,7 +60,9 @@
  4. #include <sys/wait.h>
  5. #include <sys/socket.h>
  6. #include <sys/time.h>
  7. +#ifndef __FreeBSD__
  8. #include <netinet/in.h>
  9. +#endif
  10. #include <arpa/inet.h>
  11. #ifdef HAVE_NETDB_H
  12. #include <netdb.h>