Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Convert some spaces to tabs.
details: https://anonhg.NetBSD.org/src/rev/68599211e6a2
branches: trunk
changeset: 499253:68599211e6a2
user: matt <matt%NetBSD.org@localhost>
date: Wed Nov 15 00:49:31 2000 +0000
description:
Convert some spaces to tabs.
diffstat:
sys/arch/vax/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b589b2d06374 -r 68599211e6a2 sys/arch/vax/include/param.h
--- a/sys/arch/vax/include/param.h Wed Nov 15 00:46:35 2000 +0000
+++ b/sys/arch/vax/include/param.h Wed Nov 15 00:49:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.44 2000/06/30 17:55:18 itojun Exp $ */
+/* $NetBSD: param.h,v 1.45 2000/11/15 00:49:31 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -68,7 +68,7 @@
#define PGSHIFT 12 /* LOG2(NBPG) */
#define NBPG (1 << PGSHIFT) /* (1 << PGSHIFT) bytes/page */
-#define PGOFSET (NBPG - 1) /* byte offset into page */
+#define PGOFSET (NBPG - 1) /* byte offset into page */
#define VAX_PGSHIFT 9
#define VAX_NBPG (1 << VAX_PGSHIFT)
Home |
Main Index |
Thread Index |
Old Index