summaryrefslogtreecommitdiff
path: root/src/sysdeps/tryeproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdeps/tryeproto.c')
-rw-r--r--src/sysdeps/tryeproto.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sysdeps/tryeproto.c b/src/sysdeps/tryeproto.c
new file mode 100644
index 0000000..b5cc66c
--- /dev/null
+++ b/src/sysdeps/tryeproto.c
@@ -0,0 +1,7 @@
+/* ISC license. */
+
+#include <errno.h>
+static int dummy ;
+#ifndef EPROTO
+ syntax error !
+#endif