From 24a60ffba1893a3506a6ed15fd4b26479d966cf3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:31:15 -0400 Subject: rename non-compiled files to *.h --- src/utmpx/struct_utmpx.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/utmpx/struct_utmpx.c (limited to 'src/utmpx/struct_utmpx.c') diff --git a/src/utmpx/struct_utmpx.c b/src/utmpx/struct_utmpx.c deleted file mode 100644 index 298a846e..00000000 --- a/src/utmpx/struct_utmpx.c +++ /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