summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-12-10 13:45:30 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-12-10 13:45:30 +0000
commit154c04e573d8936b2a3a86222dfe6a1cf333ed44 (patch)
tree3ea63e3e50b547cec90b9680babc0704c8560c3f /sys/conf/param.c
parent6f4e0beb7eca16757834c4354bd6e9658e4033c2 (diff)
Notes
Diffstat (limited to 'sys/conf/param.c')
-rw-r--r--sys/conf/param.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 0a03cd684d95..605065dc3f74 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)param.c 8.2 (Berkeley) 1/21/94
- * $Id: param.c,v 1.11 1995/06/29 08:21:32 davidg Exp $
+ * $Id: param.c,v 1.12 1995/07/29 11:38:39 bde Exp $
*/
#include <sys/param.h>
@@ -178,9 +178,7 @@ int nswbuf = 0;
* them here forces loader errors if this file is omitted
* (if they've been externed everywhere else; hah!).
*/
-struct cblock *cfree;
struct buf *swbuf;
-char *buffers;
/*
* Proc/pgrp hashing.