Comment out #ident line. This causes the Macintosh C compiler
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Mar 1996 01:36:03 +0000 (01:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Mar 1996 01:36:03 +0000 (01:36 +0000)
indigestion.  Remove #include of gssapi/gssapi.h, since that gets
included by gssapiP_generic.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7686 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/pname_to_uid.c

index 37e80b226fe3aeae6c7bd065854bb09b8e8159bf..baeabc69b7959f76a89282585cc4dcc35d2f49a0 100644 (file)
@@ -1,3 +1,10 @@
+Wed Mar 20 20:25:53 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * pname_to_uid.c: Comment out #ident line.  This causes the
+               Macintosh C compiler indigestion.  Remove #include of
+               gssapi/gssapi.h, since that gets included by
+               gssapiP_generic.h.
+
 Fri Mar  8 21:36:29 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * util_cksum.c (kg_checksum_channel_bindings): Change sizeof(long)
index 0beca8742d4b39e9f31ac6ef8feada449b59491c..0cd88a5de48578cf3433da0d8fc23299a5c0ab8b 100644 (file)
@@ -1,4 +1,5 @@
-#ident  "@(#)krb5_pname_to_uid.c 1.2     95/05/11 SMI"
+/* #ident  "@(#)krb5_pname_to_uid.c 1.2     95/05/11 SMI" */
+
 /*
  *  krb5 mechanism specific routine for pname_to_uid 
  *
@@ -24,7 +25,6 @@
  */
 
 #include "gssapiP_krb5.h"
-#include <gssapi/gssapi.h>
 #if !defined(_MSDOS) && !defined(_MACINTOSH)
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>