From: downsj Date: Thu, 2 Jan 1997 18:16:52 +0000 (+0000) Subject: Revert HISTFILE. If anyone wants a differently named history file, they X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b66af6883a2930062ba8b17df8a7fb76825973e0;p=openbsd Revert HISTFILE. If anyone wants a differently named history file, they can set it in their environment. --- 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