summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-10-09 11:40:03 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-10-09 11:40:03 +1000
commit9ac1a65acb80ac607eaabcba4c9ea4e0182d8a02 (patch)
tree3f3945a3d761f002db3b552ca8f2abfe5edc568f /defines.h
parente04ec6fdfd1d5b71d18e2dd94d5a2aede8c45455 (diff)
downloadopenssh-git-9ac1a65acb80ac607eaabcba4c9ea4e0182d8a02.tar.gz
- (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
versions from OpenBSD. ok djm@
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 43a64222..92ebd269 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.128 2005/09/09 05:04:59 tim Exp $ */
+/* $Id: defines.h,v 1.129 2005/10/09 01:40:04 dtucker Exp $ */
/* Constants */
@@ -450,6 +450,10 @@ struct winsize {
# define __sentinel__
#endif
+#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
+# define __bounded__(x, y, z)
+#endif
+
/* *-*-nto-qnx doesn't define this macro in the system headers */
#ifdef MISSING_HOWMANY
# define howmany(x,y) (((x)+((y)-1))/(y))