summaryrefslogtreecommitdiffstats
path: root/main/quagga/musl-fix-headers.patch
blob: b3e797c3b4bff6c3af7c55ff707c35a723733602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- quagga-0.99.22.4.orig/lib/queue.h
+++ quagga-0.99.22.4/lib/queue.h
@@ -33,8 +33,6 @@
 #ifndef _SYS_QUEUE_H_
 #define	_SYS_QUEUE_H_
 
-#include <sys/cdefs.h>
-
 /*
  * This file defines four types of data structures: singly-linked lists,
  * singly-linked tail queues, lists and tail queues.
--- quagga-0.99.22.4.orig/isisd/include-netbsd/iso.h
+++ quagga-0.99.22.4/isisd/include-netbsd/iso.h
@@ -192,7 +192,7 @@
 #else
 /* user utilities definitions from the iso library */
 
-#ifdef SUNOS_5
+#ifndef __GLIBC__
 #define	__P(x)	x
 #define	__BEGIN_DECLS
 #define	__END_DECLS