patch-src_auth_unix_c 442 B

123456789101112131415161718
  1. --- libtirpc-0.2.5.orig/src/auth_unix.c 2014-08-08 11:24:34.000000000 -0500
  2. +++ libtirpc-0.2.5/src/auth_unix.c 2015-02-10 11:22:29.687003959 -0600
  3. @@ -26,7 +26,6 @@
  4. * POSSIBILITY OF SUCH DAMAGE.
  5. */
  6. -#include <sys/cdefs.h>
  7. /*
  8. * auth_unix.c, Implements UNIX style authentication parameters.
  9. @@ -45,6 +44,7 @@
  10. #include <assert.h>
  11. #include <err.h>
  12. +#include <stdarg.h>
  13. #include <stdio.h>
  14. #include <stdlib.h>
  15. #include <unistd.h>