Module Name: src
Committed By: uwe
Date: Tue Apr 30 09:23:00 UTC 2019
Modified Files:
src/sys/sys: mman.h
Log Message:
Format MAP_FMT so that it's more humanly readable - missed one bit in
previous.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/sys/mman.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/mman.h
diff -u src/sys/sys/mman.h:1.60 src/sys/sys/mman.h:1.61
--- src/sys/sys/mman.h:1.60 Mon Apr 29 23:12:12 2019
+++ src/sys/sys/mman.h Tue Apr 30 09:23:00 2019
@@ -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 @@ typedef __off_t off_t; /* file offset
"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" \