summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_param.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-10 13:45:30 +0000
committerphk <phk@FreeBSD.org>1995-12-10 13:45:30 +0000
commit378233caac581392586640b017cf8ddee870579d (patch)
tree3ea63e3e50b547cec90b9680babc0704c8560c3f /sys/kern/subr_param.c
parente7008a284eab826ab8cc8f3cdadd22a325c67196 (diff)
downloadFreeBSD-src-378233caac581392586640b017cf8ddee870579d.zip
FreeBSD-src-378233caac581392586640b017cf8ddee870579d.tar.gz
Last commit this round: Staticize.
we are now down to about 1146 symbols being global, of which I estimate that about 100 are validly so.
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r--sys/kern/subr_param.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index 0a03cd6..605065d 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_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.
OpenPOWER on IntegriCloud