use sys_nerr, it's an external variable, defined by libc. Under
Windows, it's apparently an cpp macro.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6816
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Sep 22 19:58:22 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * error_message.c (sys_nerr): Only define sys_nerr if we're on a
+ Macintosh. On those systems which use sys_nerr, it's an
+ external variable, defined by libc. Under Windows, it's
+ apparently an cpp macro.
+
Mon Aug 7 19:22:52 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (compile_et): Add $(SHELL) to invocation of
#include "mit-sipb-copyright.h"
#include "internal.h"
+#ifdef _MACINTOSH
#define sys_nerr 100
+#endif
static const char copyright[] =
"Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology";