summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/proc.h')
-rw-r--r--cpukit/libnetworking/sys/proc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libnetworking/sys/proc.h b/cpukit/libnetworking/sys/proc.h
new file mode 100644
index 0000000000..2189a33b11
--- /dev/null
+++ b/cpukit/libnetworking/sys/proc.h
@@ -0,0 +1,8 @@
+/*
+ * Dummy structure
+ *
+ * $Id$
+ */
+struct proc {
+ int this_should_never_be_referenced;
+};