From 8ea7d8cdaf4a03cdc06abc8b752b589271140a88 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 20 May 2000 00:40:08 +0000 Subject: First pass at fixing tar segfault, and more portability updates. -Erik --- shell/cmdedit.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/cmdedit.c b/shell/cmdedit.c index e4c88c2..22831b1 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -70,6 +70,12 @@ static struct history *his_end = NULL; /* Last element in command line list */ /* Current termio and the previous termio before starting sh */ struct termios initial_settings, new_settings; + + +#ifndef _POSIX_VDISABLE +#define _POSIX_VDISABLE '\0' +#endif + #endif -- cgit v1.1