patch-src_auth_des_c 507 B

123456789101112131415161718
  1. --- libtirpc-0.2.3.orig/src/auth_des.c 2013-02-13 16:13:59.000000000 +0100
  2. +++ libtirpc-0.2.3/src/auth_des.c 2014-03-22 13:20:52.000000000 +0100
  3. @@ -38,7 +38,6 @@
  4. #include <string.h>
  5. #include <stdlib.h>
  6. #include <unistd.h>
  7. -#include <sys/cdefs.h>
  8. #include <rpc/des_crypt.h>
  9. #include <syslog.h>
  10. #include <rpc/types.h>
  11. @@ -52,7 +51,6 @@
  12. #if defined(LIBC_SCCS) && !defined(lint)
  13. #endif
  14. -#include <sys/cdefs.h>
  15. #define USEC_PER_SEC 1000000
  16. #define RTIME_TIMEOUT 5 /* seconds to wait for sync */