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/stropts/struct_strioctl.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/stropts/struct_strioctl.c (limited to 'src/stropts/struct_strioctl.c') diff --git a/src/stropts/struct_strioctl.c b/src/stropts/struct_strioctl.c deleted file mode 100644 index 8b89f4ed..00000000 --- a/src/stropts/struct_strioctl.c +++ /dev/null @@ -1,12 +0,0 @@ -#include - -struct strioctl { - int ic_cmd; - int ic_timeout; - int ic_len; - char *ic_dp; -}; - -/* -XOPEN(400) -*/ -- cgit v1.2.1