Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/include Remove a pointless MSGBUFSIZE defin...
details: https://anonhg.NetBSD.org/src/rev/711b1366656e
branches: trunk
changeset: 847576:711b1366656e
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Dec 28 12:34:35 2019 +0000
description:
Remove a pointless MSGBUFSIZE definition.
The same operation is already done in <m68k/param.h>.
luna68k is not imported yet in 1997 but see also:
http://mail-index.netbsd.org/source-changes/1997/09/20/0021.html
diffstat:
sys/arch/luna68k/include/param.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 4788e862081f -r 711b1366656e sys/arch/luna68k/include/param.h
--- a/sys/arch/luna68k/include/param.h Sat Dec 28 11:42:18 2019 +0000
+++ b/sys/arch/luna68k/include/param.h Sat Dec 28 12:34:35 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.13 2012/02/10 17:35:48 para Exp $ */
+/* $NetBSD: param.h,v 1.14 2019/12/28 12:34:35 isaki Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -53,10 +53,6 @@
#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
-#ifndef MSGBUFSIZE
-#define MSGBUFSIZE NBPG /* default message buffer size */
-#endif
-
/*
* Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
* logical pages.
Home |
Main Index |
Thread Index |
Old Index