Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86_64/include Make physseg attrs unsigned, just to...



details:   https://anonhg.NetBSD.org/src/rev/dd014239adcd
branches:  trunk
changeset: 539945:dd014239adcd
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri Nov 29 22:14:58 2002 +0000

description:
Make physseg attrs unsigned, just to be sure.

diffstat:

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

diffs (18 lines):

diff -r b8c6c0213870 -r dd014239adcd sys/arch/x86_64/include/vmparam.h
--- a/sys/arch/x86_64/include/vmparam.h Fri Nov 29 22:14:15 2002 +0000
+++ b/sys/arch/x86_64/include/vmparam.h Fri Nov 29 22:14:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.2 2001/11/15 18:06:19 soren Exp $        */
+/*     $NetBSD: vmparam.h,v 1.3 2002/11/29 22:14:58 fvdl Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -135,7 +135,7 @@
  */
 struct pmap_physseg {
        struct pv_head *pvhead;         /* pv_head array */
-       char *attrs;                    /* attrs array */
+       unsigned char *attrs;           /* attrs array */
 };
 
 #endif /* _VMPARAM_H_ */



Home | Main Index | Thread Index | Old Index