diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-05-16 08:06:19 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-07-02 22:18:06 -0400 |
commit | a3cdf0af2d2ae84c9ca7e19a0222b1eb6e4e3dde (patch) | |
tree | b0c26fcda909fc5e175ce8fb1ca738cbd8b05c58 /usr/src | |
parent | 1a0f4f44551f95298909981831ddf3a26acbf19e (diff) | |
download | illumos-joyent-a3cdf0af2d2ae84c9ca7e19a0222b1eb6e4e3dde.tar.gz |
ucbhead: Remove CPP "assertion" use, deprecated in GCC
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/ucbhead/stdio.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/ucbhead/stdio.h b/usr/src/ucbhead/stdio.h index 7130b93169..6d544b81b8 100644 --- a/usr/src/ucbhead/stdio.h +++ b/usr/src/ucbhead/stdio.h @@ -44,8 +44,6 @@ #ifndef _STDIO_H #define _STDIO_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/feature_tests.h> #include <sys/va_list.h> #include <stdio_tag.h> @@ -85,16 +83,7 @@ typedef long fpos_t; #if defined(__STDC__) -#if #machine(pdp11) -#define BUFSIZ 512 -#define _STDIO_REVERSE -#elif #machine(u370) -#define BUFSIZ 4096 -#define _STDIO_REVERSE -#define _STDIO_ALLOCATE -#else #define BUFSIZ 1024 -#endif #else /* !defined(__STDC__) */ |