Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Fix tyop



details:   https://anonhg.NetBSD.org/src/rev/92d61e10df83
branches:  trunk
changeset: 472368:92d61e10df83
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 28 10:58:10 1999 +0000

description:
Fix tyop

diffstat:

 sys/arch/i386/include/loadfile_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ebc139024f00 -r 92d61e10df83 sys/arch/i386/include/loadfile_machdep.h
--- a/sys/arch/i386/include/loadfile_machdep.h  Wed Apr 28 09:19:35 1999 +0000
+++ b/sys/arch/i386/include/loadfile_machdep.h  Wed Apr 28 10:58:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: loadfile_machdep.h,v 1.1 1999/04/28 09:10:07 christos Exp $     */
+/*     $NetBSD: loadfile_machdep.h,v 1.2 1999/04/28 10:58:10 christos Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 #define ELFSIZE 32
 
 #define LOAD_KERNEL    (LOAD_ALL & ~LOAD_TEXTA)
-#define COUNT_KERNEL   (LOAD_COUNT & ~COUNT_TEXTA)
+#define COUNT_KERNEL   (COUNT_ALL & ~COUNT_TEXTA)
 
 #ifdef _STANDALONE
 



Home | Main Index | Thread Index | Old Index