Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys remove things that have not been used for almost 20 ...
details: https://anonhg.NetBSD.org/src/rev/51b253947fe5
branches: trunk
changeset: 769793:51b253947fe5
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 23 14:47:41 2011 +0000
description:
remove things that have not been used for almost 20 years (cblock stuff)
diffstat:
sys/sys/param.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 8a5b21d100dc -r 51b253947fe5 sys/sys/param.h
--- a/sys/sys/param.h Fri Sep 23 14:45:06 2011 +0000
+++ b/sys/sys/param.h Fri Sep 23 14:47:41 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.392 2011/07/11 08:27:39 hannken Exp $ */
+/* $NetBSD: param.h,v 1.393 2011/09/23 14:47:41 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -295,12 +295,6 @@
#define CMASK 022 /* default file mask: S_IWGRP|S_IWOTH */
#define NODEV (dev_t)(-1) /* non-existent device */
-#define CBLOCK 64 /* Clist block size, must be a power of 2. */
-#define CBQSIZE (CBLOCK/NBBY) /* Quote bytes/cblock - can do better. */
- /* Data chars/clist. */
-#define CBSIZE (CBLOCK - (int)sizeof(struct cblock *) - CBQSIZE)
-#define CROUND (CBLOCK - 1) /* Clist rounding. */
-
/*
* File system parameters and macros.
*
Home |
Main Index |
Thread Index |
Old Index