diff options
author | mux <mux@FreeBSD.org> | 2002-08-10 19:56:45 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-08-10 19:56:45 +0000 |
commit | 120b32fbcc3d50570076359500df08aac80318b6 (patch) | |
tree | e659d5f8bcd3cf7ee0a07c311845f496f90d100e /bin/df | |
parent | c78ea1d741d77a23a623682662f957cc4e152643 (diff) | |
download | FreeBSD-src-120b32fbcc3d50570076359500df08aac80318b6.zip FreeBSD-src-120b32fbcc3d50570076359500df08aac80318b6.tar.gz |
Introduce a new sysctl flag, CTLFLAG_SKIP, which will cause
sysctl_sysctl_next() to skip this sysctl. The sysctl is
still available, but doesn't appear in a "sysctl -a".
This is especially useful when you want to deprecate a sysctl,
and add a warning into it to warn users that they are using
an old interface. Without this flag, the warning would get
echoed when running "sysctl -a" (which happens at boot).
Diffstat (limited to 'bin/df')
0 files changed, 0 insertions, 0 deletions