summaryrefslogtreecommitdiff
path: root/src/utmpx/struct_utmpx.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
commitbafccb2f57ac1a1852be2d6aafe33cf02d1630c1 (patch)
treea6164b42b37b941cb64bbc3db8af7a1daf381ace /src/utmpx/struct_utmpx.h
parent910a86c095b6d7311d73fa88a632aa9b673243b2 (diff)
update dependencies
Diffstat (limited to 'src/utmpx/struct_utmpx.h')
-rw-r--r--src/utmpx/struct_utmpx.h14
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)
-*/