From: Kenichi Handa Date: Wed, 4 Nov 1998 10:53:14 +0000 (+0000) Subject: [nec_ews_svr4]: Extern *_sobuf. X-Git-Tag: emacs-20.4~1318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a0d0ed308e7eef7d1070916fb682532e9ead665;p=emacs.git [nec_ews_svr4]: Extern *_sobuf. --- diff --git a/src/sysdep.c b/src/sysdep.c index 99119b925e1..778fa6f32e6 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -1237,11 +1237,15 @@ int old_fcntl_owner; but if so, this does no harm, and using the same name avoids wasting the other one's space. */ +#ifdef nec_ews_svr4 +extern char *_sobuf ; +#else #if defined (USG) || defined (DGUX) unsigned char _sobuf[BUFSIZ+8]; #else char _sobuf[BUFSIZ]; #endif +#endif #ifdef HAVE_LTCHARS static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1};