ps: conditionally enable -T on non-DESKTOP build too
[oweals/busybox.git] / selinux / getenforce.c
index a39ce6d2bd6c4611208ea73bc3d296b56dba6b96..3d3eef14cda814b91c51a06d8a9adde7152c5405 100644 (file)
@@ -4,12 +4,13 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
 
 int getenforce_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int getenforce_main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED)
+int getenforce_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
 {
        int rc;