silly little ash bug

George Robbins grr at cbmvax.UUCP
Mon Jun 26 00:06:43 AEST 1989


When compiling ash on a System V system one may get a syntax error in the
file error.c - this probably only occurs if you have RFS in your system.

There is a missing comma on a conditional entry in the error message table...

*** error.c.grr	Sun Jun 25 10:02:26 1989
--- error.c	Sun Jun 25 10:02:58 1989
***************
*** 168,174
  #endif
        ENOMEM, ALL,	"not enough memory",
  #ifdef ENOLINK
!       ENOLINK, ALL,	"remote access failed"
  #endif
  #ifdef EMULTIHOP
        EMULTIHOP, ALL,	"remote access failed",

--- 168,174 -----
  #endif
        ENOMEM, ALL,	"not enough memory",
  #ifdef ENOLINK
!       ENOLINK, ALL,	"remote access failed",
  #endif
  #ifdef EMULTIHOP
        EMULTIHOP, ALL,	"remote access failed",
-- 
George Robbins - now working for,	uucp: {uunet|pyramid|rutgers}!cbmvax!grr
but no way officially representing	arpa: cbmvax!grr at uunet.uu.net
Commodore, Engineering Department	fone: 215-431-9255 (only by moonlite)



More information about the Comp.sources.bugs mailing list