svn commit: trunk/busybox/coreutils
aldot at busybox.net
aldot at busybox.net
Fri Nov 16 03:52:42 PST 2007
Author: aldot
Date: 2007-11-16 03:52:42 -0800 (Fri, 16 Nov 2007)
New Revision: 20432
Log:
- add note about SUSv3 missing options.
Modified:
trunk/busybox/coreutils/who.c
Changeset:
Modified: trunk/busybox/coreutils/who.c
===================================================================
--- trunk/busybox/coreutils/who.c 2007-11-16 10:16:48 UTC (rev 20431)
+++ trunk/busybox/coreutils/who.c 2007-11-16 11:52:42 UTC (rev 20432)
@@ -16,6 +16,7 @@
*
*----------------------------------------------------------------------
*/
+/* BB_AUDIT SUSv3 _NOT_ compliant -- missing options -b, -d, -H, -l, -m, -p, -q, -r, -s, -t, -T, -u; Missing argument 'file'. */
#include "libbb.h"
#include <utmp.h>
@@ -71,5 +72,5 @@
}
if (ENABLE_FEATURE_CLEAN_UP)
endutent();
- return 0;
+ return EXIT_SUCCESS;
}
More information about the busybox-cvs
mailing list