diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 17:07:42 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 17:07:42 +0000 |
commit | 3f73352f9061aff935a4dd2a693d877747edea53 (patch) | |
tree | ad28e198b2b127379c0c23238857de99ba3718c5 /readline/sysdep-oldbsd.h | |
parent | de0da6cee0e05e46c0d0ffd1a56028038cd5987e (diff) | |
download | gdb-3f73352f9061aff935a4dd2a693d877747edea53.zip gdb-3f73352f9061aff935a4dd2a693d877747edea53.tar.gz gdb-3f73352f9061aff935a4dd2a693d877747edea53.tar.bz2 |
<sys/types.h> is required for <dirent.h>. Improve Sun alloca.
Diffstat (limited to 'readline/sysdep-oldbsd.h')
-rwxr-xr-x | readline/sysdep-oldbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/sysdep-oldbsd.h b/readline/sysdep-oldbsd.h index 96078a2..dbed762 100755 --- a/readline/sysdep-oldbsd.h +++ b/readline/sysdep-oldbsd.h @@ -1,4 +1,4 @@ -/* System-dependent stuff, for ``normal'' systems */ +/* System-dependent stuff, for Sony NEwS systems */ #ifdef __GNUC__ #define alloca __builtin_alloca |