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