[1328] in Kerberos-V5-bugs
com_err.h broken
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Thu Apr 6 19:23:10 1995
From: epeisach@MIT.EDU
Date: Thu, 6 Apr 1995 19:23:04 -0400
To: krb5-bugs@MIT.EDU
When trying to compile the ss library - the kerberos header files are
not included which will fix this...
Ezra
Index: com_err.h
===================================================================
RCS file: /mit/krb5/.cvsroot/src/util/et/com_err.h,v
retrieving revision 5.9
diff -c -r5.9 com_err.h
*** com_err.h 1995/04/06 03:49:25 5.9
--- com_err.h 1995/04/06 16:04:19
***************
*** 36,41 ****
--- 36,44 ----
#else
#define INTERFACE
#define INTERFACE_C
+ #ifndef FAR
+ #define FAR
+ #endif
#endif
#endif