patch-2.1.126 linux/fs/proc/array.c
Next file: linux/fs/proc/procfs_syms.c
Previous file: linux/fs/ntfs/util.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Oct 21 10:02:48 1998
- Orig file:
v2.1.125/linux/fs/proc/array.c
- Orig date:
Fri Oct 9 13:27:15 1998
diff -u --recursive --new-file v2.1.125/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -799,9 +799,9 @@
return buffer + sprintf(buffer, "CapInh:\t%016x\n"
"CapPrm:\t%016x\n"
"CapEff:\t%016x\n",
- p->cap_inheritable.cap,
- p->cap_permitted.cap,
- p->cap_effective.cap);
+ cap_t(p->cap_inheritable),
+ cap_t(p->cap_permitted),
+ cap_t(p->cap_effective));
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov