mq_notify: rework to fix use-after-close/double-close bugs
[musl] / include / sys / acct.h
index ee576c4..fae9d05 100644 (file)
@@ -6,7 +6,6 @@ extern "C" {
 #endif
 
 #include <features.h>
-#include <endian.h>
 #include <time.h>
 #include <stdint.h>
 
@@ -14,8 +13,7 @@ extern "C" {
 
 typedef uint16_t comp_t;
 
-struct acct
-{
+struct acct {
        char ac_flag;
        uint16_t ac_uid;
        uint16_t ac_gid;
@@ -36,8 +34,7 @@ struct acct
 };
 
 
-struct acct_v3
-{
+struct acct_v3 {
        char ac_flag;
        char ac_version;
        uint16_t ac_tty;