diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-01 23:22:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-01 23:22:46 +0000 |
commit | 3c0500f2824b6013e28d0d4b9722b8f676df4870 (patch) | |
tree | 66b5c53354f00807dcc6be0699581661e2196bfd /compat/vis.h | |
parent | 9f0653386bfc0ebe9453fe8277186af844509162 (diff) | |
download | rtmux-3c0500f2824b6013e28d0d4b9722b8f676df4870.tar.gz rtmux-3c0500f2824b6013e28d0d4b9722b8f676df4870.tar.bz2 rtmux-3c0500f2824b6013e28d0d4b9722b8f676df4870.zip |
Don't see a reason for sys/cdefs.h here; remove it.
Diffstat (limited to 'compat/vis.h')
-rw-r--r-- | compat/vis.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compat/vis.h b/compat/vis.h index 6ac66532..0407e472 100644 --- a/compat/vis.h +++ b/compat/vis.h @@ -1,4 +1,4 @@ -/* $Id: vis.h,v 1.4 2009-06-25 20:27:32 nicm Exp $ */ +/* $Id: vis.h,v 1.5 2009-07-01 23:22:46 nicm Exp $ */ /* $OpenBSD: vis.h,v 1.11 2005/08/09 19:38:31 millert Exp $ */ /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ @@ -72,8 +72,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 strnvis(char *, const char *, size_t, int); |