-
-/* JF changed to accept/deal with variable args.
- DO NOT change this to use varargs. It will appear to work
- but will break on systems that don't have the necessary library
- functions. This is the ONLY safe way to write such a function. */
-/*VARARGS1*/
-
-void
-fatals(fmt,x1,x2,x3,x4,x5,x6,x7,x8)
-char *fmt;