From b66af6883a2930062ba8b17df8a7fb76825973e0 Mon Sep 17 00:00:00 2001 From: downsj Date: Thu, 2 Jan 1997 18:16:52 +0000 Subject: [PATCH] Revert HISTFILE. If anyone wants a differently named history file, they can set it in their environment. --- bin/ksh/history.c | 8 +++----- bin/pdksh/history.c | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/bin/ksh/history.c b/bin/ksh/history.c index 295f108f130..9ed181165e1 100644 --- a/bin/ksh/history.c +++ b/bin/ksh/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.4 1997/01/02 17:37:26 downsj Exp $ */ +/* $OpenBSD: history.c,v 1.5 1997/01/02 18:16:52 downsj Exp $ */ /* * command history @@ -26,11 +26,9 @@ # ifndef HISTFILE # ifdef OS2 # define HISTFILE "history.ksh" -# elif __OpenBSD__ /* OS2 */ -# define HISTFILE ".ksh_history" -# else /* __OpenBSD__ */ +# else /* OS2 */ # define HISTFILE ".pdksh_hist" -# endif /* OS2 and __OpenBSD__ */ +# endif /* OS2 */ # endif # else diff --git a/bin/pdksh/history.c b/bin/pdksh/history.c index 295f108f130..9ed181165e1 100644 --- a/bin/pdksh/history.c +++ b/bin/pdksh/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.4 1997/01/02 17:37:26 downsj Exp $ */ +/* $OpenBSD: history.c,v 1.5 1997/01/02 18:16:52 downsj Exp $ */ /* * command history @@ -26,11 +26,9 @@ # ifndef HISTFILE # ifdef OS2 # define HISTFILE "history.ksh" -# elif __OpenBSD__ /* OS2 */ -# define HISTFILE ".ksh_history" -# else /* __OpenBSD__ */ +# else /* OS2 */ # define HISTFILE ".pdksh_hist" -# endif /* OS2 and __OpenBSD__ */ +# endif /* OS2 */ # endif # else -- 2.20.1