summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/sys/proc.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 21:32:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 21:32:28 +0000
commit39e6e65a2c5a3312f365d59f23c469641e049c82 (patch)
treec0d6000a18918db140589a84596a8dfc215a4ced /c/src/lib/libnetworking/sys/proc.h
parentFirst version produced. (diff)
downloadrtems-39e6e65a2c5a3312f365d59f23c469641e049c82.tar.bz2
Base files
Diffstat (limited to 'c/src/lib/libnetworking/sys/proc.h')
-rw-r--r--c/src/lib/libnetworking/sys/proc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libnetworking/sys/proc.h b/c/src/lib/libnetworking/sys/proc.h
new file mode 100644
index 0000000000..8b8b7dc1b9
--- /dev/null
+++ b/c/src/lib/libnetworking/sys/proc.h
@@ -0,0 +1,6 @@
+/*
+ * Dummy structure
+ */
+struct proc {
+ int this_should_never_be_referenced;
+};