com_err.h: If FAR is not defined, define it away
authorTheodore Tso <tytso@mit.edu>
Fri, 14 Apr 1995 12:49:54 +0000 (12:49 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 14 Apr 1995 12:49:54 +0000 (12:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5358 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/com_err.h

index 666514f920285174498462ab07d426b69e0bc616..6c90c72f907b03614f0166aee44c08bf85e3abc1 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 14 08:48:00 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * com_err.h: If FAR is not defined, define it away.
+
 Thu Apr 13 16:02:24 1995 Keith Vetter (keithv@fusion.com)
 
         * com_err.c, compile_et.c, error_ta.h, et_c.awk, internal.h:
index 749ee05d99274bfcf2184c19dbae97b6f31974c6..4615588769216abdda7f35c9e0a516d80ef74bff 100644 (file)
@@ -38,6 +38,9 @@
 #define INTERFACE_C
 #endif
 #endif
+#ifndef FAR
+#define FAR
+#endif
 
 #if defined(__STDC__) || defined(_WINDOWS)
 /* ANSI C -- use prototypes etc */