diff options
Diffstat (limited to 'src/utmpx/struct_utmpx.h')
| -rw-r--r-- | src/utmpx/struct_utmpx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/utmpx/struct_utmpx.h b/src/utmpx/struct_utmpx.h deleted file mode 100644 index 298a846e..00000000 --- a/src/utmpx/struct_utmpx.h +++ /dev/null @@ -1,14 +0,0 @@ -#include <utmpx.h> - -struct utmpx { - char ut_user[]; - char ut_id[]; - char ut_line[]; - pid_t ut_pid; - short ut_type; - struct timeval ut_tv; -}; - -/* -XOPEN(400) -*/ |
