patch-netwerk_sctp_src_user_queue_h 448 B

123456789101112
  1. --- mozilla-release.orig/netwerk/sctp/src/user_queue.h 2013-09-11 01:15:20.000000000 +0200
  2. +++ mozilla-release/netwerk/sctp/src/user_queue.h 2013-10-23 16:28:38.000000000 +0200
  3. @@ -31,9 +31,6 @@
  4. #ifndef _USER_QUEUE_H_
  5. #define _USER_QUEUE_H_
  6. -#if !defined (__Userspace_os_Windows)
  7. -#include <sys/cdefs.h>
  8. -#endif
  9. /*
  10. * This file defines four types of data structures: singly-linked lists,
  11. * singly-linked tail queues, lists and tail queues.