CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/13 09:37:37
Modified files:
sys/sys : acct.h
sys/kern : kern_acct.c
usr.bin/lastcomm: lastcomm.c
share/man/man5 : acct.5
Log message:
acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),
-1 is sufficient to indicate the process had no controlling tty, removing
one more sys/param.h include in our userland
ok millert
