mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
Remove some NOTINUSE stuff. Good housekeeping.
This commit is contained in:
parent
8723b451f9
commit
4086fd8e70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103421
@ -57,15 +57,6 @@ __FBSDID("$FreeBSD$");
|
||||
static VAR *findvar(char *);
|
||||
static int vcmp(const void *, const void *);
|
||||
|
||||
#ifdef NOTINUSE
|
||||
int utime(), stime(), ixrss(), idrss(), isrss();
|
||||
{{"utime"}, "UTIME", USER, utime, NULL, 4},
|
||||
{{"stime"}, "STIME", USER, stime, NULL, 4},
|
||||
{{"ixrss"}, "IXRSS", USER, ixrss, NULL, 4},
|
||||
{{"idrss"}, "IDRSS", USER, idrss, NULL, 4},
|
||||
{{"isrss"}, "ISRSS", USER, isrss, NULL, 4},
|
||||
#endif
|
||||
|
||||
/* Compute offset in common structures. */
|
||||
#define KOFF(x) offsetof(struct kinfo_proc, x)
|
||||
#define ROFF(x) offsetof(struct rusage, x)
|
||||
|
Loading…
Reference in New Issue
Block a user