From 2c8ffd647da5582c9a845b31c1c2078199fa4e7e Mon Sep 17 00:00:00 2001 From: erik Date: Sat, 20 May 2000 00:40:08 +0000 Subject: First pass at fixing tar segfault, and more portability updates. -Erik git-svn-id: svn://busybox.net/trunk/busybox@559 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/cmdedit.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/cmdedit.c b/shell/cmdedit.c index e4c88c265..22831b10c 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.2.3-55-g6feb