string.h and maybe a release
This commit is contained in:
parent
48497fc40d
commit
ef0b63de31
2
NEWS
2
NEWS
@ -5,6 +5,8 @@ avoid warning about -lncurses when not linking (more)
|
|||||||
new names for shared libraries (packagers: watch out!)
|
new names for shared libraries (packagers: watch out!)
|
||||||
"make install" no longer rebuilds everything
|
"make install" no longer rebuilds everything
|
||||||
wchan now '*' for multi-threaded processes
|
wchan now '*' for multi-threaded processes
|
||||||
|
ps: new man page -- thanks Nicolas Francois
|
||||||
|
ps: STAT shows l for multi-threaded processes
|
||||||
vmstat: some overflow problems fixed -- thanks Holger Kiehl
|
vmstat: some overflow problems fixed -- thanks Holger Kiehl
|
||||||
sysctl: man page fix
|
sysctl: man page fix
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
// See file COPYING for information on distribution conditions.
|
// See file COPYING for information on distribution conditions.
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user