Disable __bounded__ __attribute__

This commit is contained in:
Guillem Jover 2008-07-09 09:04:27 +03:00
parent 96358a2ad6
commit 8b95dc5865

View File

@ -57,6 +57,10 @@
# endif # endif
#endif #endif
#ifndef __bounded__
# define __bounded__(x, y, z)
#endif
#ifndef __FBSDID #ifndef __FBSDID
# define __FBSDID(x) # define __FBSDID(x)
#endif #endif