|
@@ -62,7 +62,7 @@ enum
|
|
CTL_KERN=1, /* General kernel info and control */
|
|
CTL_KERN=1, /* General kernel info and control */
|
|
CTL_VM=2, /* VM management */
|
|
CTL_VM=2, /* VM management */
|
|
CTL_NET=3, /* Networking */
|
|
CTL_NET=3, /* Networking */
|
|
- /* was CTL_PROC */
|
|
|
|
|
|
+ CTL_PROC=4, /* removal breaks strace(1) compilation */
|
|
CTL_FS=5, /* Filesystems */
|
|
CTL_FS=5, /* Filesystems */
|
|
CTL_DEBUG=6, /* Debugging */
|
|
CTL_DEBUG=6, /* Debugging */
|
|
CTL_DEV=7, /* Devices */
|
|
CTL_DEV=7, /* Devices */
|