diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-08-27 02:12:29 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-08-27 02:12:29 +0000 |
| commit | e1669132dc3ba740ba78666c3267990ad691c531 (patch) | |
| tree | 1a0fa85ff76ca101de2b3a558269b01c0688a507 /usr.bin/killall | |
| parent | a03884671d70e87bb6c539060c7ba0c4487be075 (diff) | |
Notes
Diffstat (limited to 'usr.bin/killall')
| -rw-r--r-- | usr.bin/killall/killall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index 761f189c06cb..0cf417de614e 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -100,7 +100,7 @@ main(int ac, char **av) { struct kinfo_proc *procs = NULL, *newprocs; struct stat sb; - struct passwd *pw; + struct passwd *pw; regex_t rgx; regmatch_t pmatch; int i, j; @@ -119,7 +119,7 @@ main(int ac, char **av) uid_t thisuid; dev_t thistdev; int sig = SIGTERM; - const char *const * p; + const char *const *p; char *ep; int errors = 0; int mib[3]; |
