aboutsummaryrefslogtreecommitdiff
path: root/toys/other/w.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/w.c')
-rw-r--r--toys/other/w.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/w.c b/toys/other/w.c
index 50f2283b..097a4386 100644
--- a/toys/other/w.c
+++ b/toys/other/w.c
@@ -3,8 +3,6 @@
* w.c - shows logged in users
*
* Copyright 2012 Gaurang Shastri <gmshastri@gmail.com>
- *
- * Not in SUSv4.
USE_W(NEWTOY(w, NULL, TOYFLAG_USR|TOYFLAG_BIN))