Don't include <sys/types.h> mechglue.h will take care of this by
authorTheodore Tso <tytso@mit.edu>
Wed, 27 Mar 1996 05:08:52 +0000 (05:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 27 Mar 1996 05:08:52 +0000 (05:08 +0000)
including gssapi.h, which will include sys/types.h if necessary.

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

src/lib/gssapi/mechglue/ChangeLog
src/lib/gssapi/mechglue/mglueP.h

index 6967119ed45f9ff9566dda1bdb739c3713285045..d50e7695ff041f65d7cb6ed79a9be91b4252989c 100644 (file)
@@ -1,3 +1,9 @@
+Wed Mar 27 00:05:37 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * mglueP.h: Don't include <sys/types.h> mechglue.h will take care
+               of this by including gssapi.h, which will include
+               sys/types.h if necessary.
+
 Thu Mar 21 00:12:07 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * g_imp_sec_context.c (gss_import_sec_context):
index df9802f0990cdee68723dee0dcc8aaf942469739..e82cfbba0a5d6c710567d71a23b46f2c71ed4436 100644 (file)
@@ -11,7 +11,6 @@
 #define _GSS_MECHGLUEP_H
 
 #include "mechglue.h"
-#include <sys/types.h>
 
 #ifdef _MSDOS
 #include <malloc.h>