summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 08:29:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 08:29:23 +0000
commit689516cc6100d5ed55e55a2a3f601a9581c0fe81 (patch)
treeaf3205c37cdb8098f6b952d390dda10c829ff355 /cpukit/libnetworking/sys
parent2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-689516cc6100d5ed55e55a2a3f601a9581c0fe81.tar.bz2
Remove nblkdev, nchrdev, swdevt, nswdev, nswap (Unused).
Diffstat (limited to 'cpukit/libnetworking/sys')
-rw-r--r--cpukit/libnetworking/sys/systm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/libnetworking/sys/systm.h b/cpukit/libnetworking/sys/systm.h
index f2ca8a5022..fd2de109a7 100644
--- a/cpukit/libnetworking/sys/systm.h
+++ b/cpukit/libnetworking/sys/systm.h
@@ -52,12 +52,6 @@ extern const char *panicstr; /* panic message */
extern char version[]; /* system version */
extern char copyright[]; /* system copyright */
-extern int nblkdev; /* number of entries in bdevsw */
-extern int nchrdev; /* number of entries in cdevsw */
-extern struct swdevt *swdevt; /* swap-device information */
-extern int nswdev; /* number of swap devices */
-extern int nswap; /* size of swap space */
-
extern int selwait; /* select timeout address */
extern u_char curpriority; /* priority of current process */