diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-12-15 01:48:55 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-12-15 01:48:55 +0000 |
commit | 487108b5f75798041f944a743bb76e14fc307781 (patch) | |
tree | d312189500470c8ba8601fb0e6fd1e04301e22d0 /usr.bin/kdump/kdump.h | |
parent | 5c9d0afa7d6e5215346ba49f178d756cde65ea92 (diff) |
Eliminate the -r option and always do sysctl OID, username, groupname,
and ctime presentation, but combined with the numeric form ala 0<"root">.
Do username and groupname presentation on syscall arguments and retvals.
ok millert@ otto@
Diffstat (limited to 'usr.bin/kdump/kdump.h')
-rw-r--r-- | usr.bin/kdump/kdump.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/kdump/kdump.h b/usr.bin/kdump/kdump.h index 28002e8e141..3e9c1facba9 100644 --- a/usr.bin/kdump/kdump.h +++ b/usr.bin/kdump/kdump.h @@ -22,3 +22,5 @@ void sigset(int); /* ktrstruct.c */ void ktrstruct(char *, size_t); +void uidname(int); +void gidname(int); |