summaryrefslogtreecommitdiff
path: root/libc/debian/patches/rwall.x-stdc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debian/patches/rwall.x-stdc.patch')
-rw-r--r--libc/debian/patches/rwall.x-stdc.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/debian/patches/rwall.x-stdc.patch b/libc/debian/patches/rwall.x-stdc.patch
new file mode 100644
index 0000000..3411ab5
--- /dev/null
+++ b/libc/debian/patches/rwall.x-stdc.patch
@@ -0,0 +1,15 @@
+Index: libc/usr/src/head/rpcsvc/rwall.x
+===================================================================
+--- libc.orig/usr/src/head/rpcsvc/rwall.x 2013-09-27 18:24:01.012139346 +0400
++++ libc/usr/src/head/rpcsvc/rwall.x 2013-09-27 18:25:22.050269170 +0400
+@@ -60,10 +60,6 @@
+ #ifdef RPC_HDR
+ %
+ %
+-%#if defined(__STDC__) || defined(__cplusplus)
+ %enum clnt_stat rwall(char *, char *);
+-%#else
+-%enum clnt_stat rwall();
+-%#endif
+ %
+ #endif