drop #include <sys/cdefs.h> from vis.h

Doesn't seem to be available on many systems.  It is also not strictly
needed since we include vis.h only after headers like stdlib.h that
already pulls in the type it needs.
This commit is contained in:
Omar Polo 2023-08-07 16:09:00 +00:00
parent d13b044d59
commit 36363b011c
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@
*/
#define UNVIS_END 1 /* no more characters */
#include <sys/cdefs.h>
char *vis(char *, int, int, int);
int strvis(char *, const char *, int);
int stravis(char **, const char *, int);