Page MenuHomeFreeBSD

D27312.diff
No OneTemporary

D27312.diff

Index: head/lib/libsysdecode/flags.c
===================================================================
--- head/lib/libsysdecode/flags.c
+++ head/lib/libsysdecode/flags.c
@@ -662,11 +662,11 @@
printed = false;
protm = PROT_MAX_EXTRACT(prot);
+ prot = PROT_EXTRACT(prot);
if (protm != 0) {
fputs("PROT_MAX(", fp);
printed = print_mask_int(fp, mmapprot, protm, rem);
fputs(")|", fp);
- prot = protm;
}
return (print_mask_int(fp, mmapprot, prot, rem) || printed);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 19, 12:26 PM (4 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31753747
Default Alt Text
D27312.diff (488 B)

Event Timeline