diff options
Diffstat (limited to 'toys/other/which.c')
-rw-r--r-- | toys/other/which.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/which.c b/toys/other/which.c index 4923859c..44b1f568 100644 --- a/toys/other/which.c +++ b/toys/other/which.c @@ -3,8 +3,6 @@ * which.c - Find executable files in $PATH. * * Copyright 2006 Rob landley <rob@landley.net> - * - * Not in SUSv3. USE_WHICH(NEWTOY(which, "<1a", TOYFLAG_USR|TOYFLAG_BIN)) |