This commit is contained in:
albert
2002-12-09 07:53:09 +00:00
parent 5087f3dbf6
commit b657e7e08a
7 changed files with 20 additions and 9 deletions

1
pmap.c
View File

@@ -19,6 +19,7 @@
#include <unistd.h>
#include "proc/version.h" // FIXME: we need to link the lib for this :-(
static void usage(void) NORETURN;
static void usage(void){
fprintf(stderr,
"Usage: pmap [-r] [-x] pid...\n"