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/stropts/struct_strbuf.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/stropts/struct_strbuf.h (limited to 'src/stropts/struct_strbuf.h') diff --git a/src/stropts/struct_strbuf.h b/src/stropts/struct_strbuf.h deleted file mode 100644 index 37e10700..00000000 --- a/src/stropts/struct_strbuf.h +++ /dev/null @@ -1,11 +0,0 @@ -#include - -struct strbuf { - int maxlen; - int len; - char *buf; -}; - -/* -XOPEN(400) -*/ -- cgit v1.2.1