aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-23 01:49:58 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-23 01:49:58 +0000
commit28e353598cafe6e0d5390c5e0c136318c100253c (patch)
tree71d3293c57d51ea9714eb8154a4269b481f3f0f4
parentec230564a6113c29c47a5b96c0e339cc2974b190 (diff)
downloadfsf-binutils-gdb-28e353598cafe6e0d5390c5e0c136318c100253c.zip
fsf-binutils-gdb-28e353598cafe6e0d5390c5e0c136318c100253c.tar.gz
fsf-binutils-gdb-28e353598cafe6e0d5390c5e0c136318c100253c.tar.bz2
14 char filenames
-rw-r--r--readline/.Sanitize2
-rw-r--r--readline/ChangeLog4
2 files changed, 3 insertions, 3 deletions
diff --git a/readline/.Sanitize b/readline/.Sanitize
index 7caa77e..69875b5 100644
--- a/readline/.Sanitize
+++ b/readline/.Sanitize
@@ -44,7 +44,7 @@ readline.h
sysdep-aix.h
sysdep-irix.h
sysdep-norm.h
-sysdep-oldbsd.h
+sysdep-obsd.h
sysdep-sco.h
vi_keymap.c
vi_mode.c
diff --git a/readline/ChangeLog b/readline/ChangeLog
index bb4de83..db496bf 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,7 +1,7 @@
Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
- * sysdep-oldbsd.h: Rename from sysdep-newsos.h.
- * configure.in: Use sysdep-oldbsd for Mach as well as NEWs.
+ * sysdep-obsd.h: Rename from sysdep-newsos.h.
+ * configure.in: Use sysdep-obsd for Mach as well as NEWs.
* sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
requires to make <dirent.h> work. Improve Sun alloca decl.