diff options
Diffstat (limited to 'toys/other/yes.c')
-rw-r--r-- | toys/other/yes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/yes.c b/toys/other/yes.c index a44937b3..90bf522d 100644 --- a/toys/other/yes.c +++ b/toys/other/yes.c @@ -3,8 +3,6 @@ * yes.c - Repeatedly output a string. * * Copyright 2007 Rob Landley <rob@landley.net> - * - * Not in SUSv3. USE_YES(NEWTOY(yes, NULL, TOYFLAG_USR|TOYFLAG_BIN)) |