diff options
author | 2003-06-26 19:34:17 +0000 | |
---|---|---|
committer | 2003-06-26 19:34:17 +0000 | |
commit | 3e87668a71a6751e2763fbdbd1695c56c1a97b8c (patch) | |
tree | dac48b445ab3cefd72ee41b45d1348dfd3121eb5 /include/vis.h | |
parent | Only one of -tag and -ohang after .Bl; (diff) | |
download | wireguard-openbsd-3e87668a71a6751e2763fbdbd1695c56c1a97b8c.tar.xz wireguard-openbsd-3e87668a71a6751e2763fbdbd1695c56c1a97b8c.zip |
backout the __bounded__ attributes for a while; requested by deraadt@
Diffstat (limited to 'include/vis.h')
-rw-r--r-- | include/vis.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/vis.h b/include/vis.h index c39d8afbdc9..c5ee90fc86e 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vis.h,v 1.7 2003/06/26 18:35:13 avsm Exp $ */ +/* $OpenBSD: vis.h,v 1.8 2003/06/26 19:34:17 avsm Exp $ */ /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ /*- @@ -75,10 +75,8 @@ __BEGIN_DECLS char *vis(char *, int, int, int); int strvis(char *, const char *, int); -int strnvis(char *, const char *, size_t, int) - __attribute__ ((__bounded__(__string__,1,3))); -int strvisx(char *, const char *, size_t, int) - __attribute__ ((__bounded__(__string__,1,3))); +int strnvis(char *, const char *, size_t, int); +int strvisx(char *, const char *, size_t, int); int strunvis(char *, const char *); int unvis(char *, char, int *, int); __END_DECLS |