summaryrefslogtreecommitdiff
path: root/illumos-rpcbind/debian/patches/rpcbind-is_system_labeled.patch
blob: 6539de113800c7a516b0350fffebcaf8e7203736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: illumos-rpcbind/usr/src/cmd/rpcbind/rpcbind.c
===================================================================
--- illumos-rpcbind.orig/usr/src/cmd/rpcbind/rpcbind.c	2014-05-03 18:55:06.812658728 +0400
+++ illumos-rpcbind/usr/src/cmd/rpcbind/rpcbind.c	2014-05-03 19:43:20.961057375 +0400
@@ -132,6 +132,10 @@
 #include <limits.h>
 #include <assert.h>
 
+
+/* this function is in libc, but declared in /usr/include/tsol/label.h  */
+int is_system_labeled(void);
+
 static sigset_t sigwaitset;
 
 static void terminate(void);