12345678910111213141516171819 |
- --- libtirpc-0.2.4.orig/src/clnt_bcast.c 2013-12-09 21:59:51.000000000 +0100
- +++ libtirpc-0.2.4/src/clnt_bcast.c 2014-05-10 21:05:18.273730610 +0200
- @@ -28,7 +28,6 @@
- /*
- * Copyright (c) 1986-1991 by Sun Microsystems Inc.
- */
- -#include <sys/cdefs.h>
-
- /*
- * clnt_bcast.c
- @@ -41,7 +40,7 @@
- */
- #include <sys/socket.h>
- #include <sys/types.h>
- -#include <sys/queue.h>
- +#include "queue.h"
-
- #include <net/if.h>
- #include <netinet/in.h>
|