summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 02:55:52 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 02:55:52 +0000
commitfdbdc54f5a6fe23c12275fc68616e90dc181652a (patch)
tree27c6f13f0e46dea47a05416c04ee910d7ac27673 /sys/dev/hea
parent72a054a986054469b5fc78f0aaefe2348630c9d2 (diff)
downloadFreeBSD-src-fdbdc54f5a6fe23c12275fc68616e90dc181652a.zip
FreeBSD-src-fdbdc54f5a6fe23c12275fc68616e90dc181652a.tar.gz
Staticize.
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni_buffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hea/eni_buffer.c b/sys/dev/hea/eni_buffer.c
index 71d2eb9..29f3a1d 100644
--- a/sys/dev/hea/eni_buffer.c
+++ b/sys/dev/hea/eni_buffer.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: eni_buffer.c,v 1.1 1998/09/15 08:22:53 phk Exp $
+ * @(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $
*
*/
@@ -42,7 +42,7 @@
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $Id: eni_buffer.c,v 1.1 1998/09/15 08:22:53 phk Exp $");
+__RCSID("@(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $");
#endif
static int eni_test_memory __P((Eni_unit *));
@@ -64,7 +64,7 @@ static int eni_test_memory __P((Eni_unit *));
* the Efficient adapter with different memory sizes, this allows
* us to fool an adapter with more memory into thinking it has less.
*/
-int eni_mem_max = MAX_ENI_MEM; /* Default to all available memory */
+static int eni_mem_max = MAX_ENI_MEM; /* Default to all available memory */
/*
* Size and test adapter RAM
OpenPOWER on IntegriCloud