patch-src_clnt_bcast_c 606 B

123456789101112131415161718192021222324252627
  1. --- libtirpc-0.2.5.orig/src/clnt_bcast.c 2014-08-08 11:24:34.000000000 -0500
  2. +++ libtirpc-0.2.5/src/clnt_bcast.c 2015-02-10 11:27:39.523001122 -0600
  3. @@ -28,7 +28,6 @@
  4. /*
  5. * Copyright (c) 1986-1991 by Sun Microsystems Inc.
  6. */
  7. -#include <sys/cdefs.h>
  8. /*
  9. * clnt_bcast.c
  10. @@ -41,7 +40,7 @@
  11. */
  12. #include <sys/socket.h>
  13. #include <sys/types.h>
  14. -#include <sys/queue.h>
  15. +#include "queue.h"
  16. #include <net/if.h>
  17. #include <netinet/in.h>
  18. @@ -57,6 +56,7 @@
  19. #include <arpa/inet.h>
  20. #include <stdio.h>
  21. #include <errno.h>
  22. +#include <stdarg.h>
  23. #include <stdlib.h>
  24. #include <unistd.h>
  25. #include <netdb.h>