From bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:45:38 -0500 Subject: update dependencies --- src/utmpx/struct_utmpx.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/utmpx/struct_utmpx.h (limited to 'src/utmpx/struct_utmpx.h') 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 - -struct utmpx { - char ut_user[]; - char ut_id[]; - char ut_line[]; - pid_t ut_pid; - short ut_type; - struct timeval ut_tv; -}; - -/* -XOPEN(400) -*/ -- cgit v1.2.1