patch-lib_queue_h 367 B

1234567891011
  1. --- quagga-0.99.22.4.orig/lib/queue.h 2013-08-04 15:01:38.000000000 +0200
  2. +++ quagga-0.99.22.4/lib/queue.h 2013-12-30 19:57:25.000000000 +0100
  3. @@ -33,8 +33,6 @@
  4. #ifndef _SYS_QUEUE_H_
  5. #define _SYS_QUEUE_H_
  6. -#include <sys/cdefs.h>
  7. -
  8. /*
  9. * This file defines four types of data structures: singly-linked lists,
  10. * singly-linked tail queues, lists and tail queues.