Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Format MAP_FMT so that it's more humanly readable - ...



details:   https://anonhg.NetBSD.org/src/rev/54241a52c826
branches:  trunk
changeset: 456259:54241a52c826
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Apr 30 09:23:00 2019 +0000

description:
Format MAP_FMT so that it's more humanly readable - missed one bit in
previous.

diffstat:

 sys/sys/mman.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fedb5f2a9aa9 -r 54241a52c826 sys/sys/mman.h
--- a/sys/sys/mman.h    Mon Apr 29 23:12:12 2019 +0000
+++ b/sys/sys/mman.h    Tue Apr 30 09:23:00 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mman.h,v 1.60 2019/04/29 23:12:12 uwe Exp $    */
+/*     $NetBSD: mman.h,v 1.61 2019/04/30 09:23:00 uwe Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -131,7 +131,7 @@
        "F\14\1\0"                              \
                ":\0" "FILE\0"                  \
                ":\1" "ANONYMOUS\0"             \
-       "b\15STACK\0"                           \
+       "b\15" "STACK\0"                        \
        "F\30\010\0"                            \
                ":\000" "ALIGN=NONE\0"          \
                ":\012" "ALIGN=1KB\0"           \



Home | Main Index | Thread Index | Old Index