summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-12 14:31:28 +0000
committereivind <eivind@FreeBSD.org>1999-04-12 14:31:28 +0000
commitb20fd94776e97c5f92a14b16abdcbebdc064cc6f (patch)
tree6e2e89ce660b43d04fe2cf053a2cab0af9f2f5f4
parent532c73c7d76c89ccbcd29c0693e3df5a605deebd (diff)
downloadFreeBSD-src-b20fd94776e97c5f92a14b16abdcbebdc064cc6f.zip
FreeBSD-src-b20fd94776e97c5f92a14b16abdcbebdc064cc6f.tar.gz
Shorten line.
Prodded by: bde
-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 29f3a1d..509818d 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.2 1998/10/31 20:06:45 phk Exp $
+ * @(#) $Id: eni_buffer.c,v 1.3 1999/04/11 02:55:51 eivind Exp $
*
*/
@@ -42,7 +42,7 @@
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $");
+__RCSID("@(#) $Id: eni_buffer.c,v 1.3 1999/04/11 02:55:51 eivind 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.
*/
-static 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