Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/include Drop MSGBUFSIZE; we don't use it and ...



details:   https://anonhg.NetBSD.org/src/rev/7fde830b354b
branches:  trunk
changeset: 504396:7fde830b354b
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Mar 01 15:59:04 2001 +0000

description:
Drop MSGBUFSIZE; we don't use it and it can't currently be configured
to a different value anyway.

diffstat:

 sys/arch/sparc/include/param.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3bc3fff1b49d -r 7fde830b354b sys/arch/sparc/include/param.h
--- a/sys/arch/sparc/include/param.h    Thu Mar 01 15:56:47 2001 +0000
+++ b/sys/arch/sparc/include/param.h    Thu Mar 01 15:59:04 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.45 2000/06/30 17:55:18 itojun Exp $ */
+/*     $NetBSD: param.h,v 1.46 2001/03/01 15:59:04 pk Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -127,8 +127,6 @@
 #endif
 #endif
 
-#define MSGBUFSIZE     4096
-
 /*
  * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
  * logical pages.



Home | Main Index | Thread Index | Old Index