* g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c,
authorMark Eichin <eichin@mit.edu>
Sun, 25 Feb 1996 20:44:06 +0000 (20:44 +0000)
committerMark Eichin <eichin@mit.edu>
Sun, 25 Feb 1996 20:44:06 +0000 (20:44 +0000)
g_dsp_status.c, g_exp_sec_context.c, g_glue.c, g_imp_name.c,
g_imp_sec_context.c, g_indicate_mechs.c, g_init_sec_context.c,
g_inq_cred.c, g_rel_buffer.c, g_rel_cred.c, g_rel_name.c,
g_rel_oid_set.c: include stdio.h to actually get NULL.

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

16 files changed:
src/lib/gssapi/mechglue/ChangeLog
src/lib/gssapi/mechglue/g_acquire_cred.c
src/lib/gssapi/mechglue/g_delete_sec_context.c
src/lib/gssapi/mechglue/g_dsp_name.c
src/lib/gssapi/mechglue/g_dsp_status.c
src/lib/gssapi/mechglue/g_exp_sec_context.c
src/lib/gssapi/mechglue/g_glue.c
src/lib/gssapi/mechglue/g_imp_name.c
src/lib/gssapi/mechglue/g_imp_sec_context.c
src/lib/gssapi/mechglue/g_indicate_mechs.c
src/lib/gssapi/mechglue/g_init_sec_context.c
src/lib/gssapi/mechglue/g_inq_cred.c
src/lib/gssapi/mechglue/g_rel_buffer.c
src/lib/gssapi/mechglue/g_rel_cred.c
src/lib/gssapi/mechglue/g_rel_name.c
src/lib/gssapi/mechglue/g_rel_oid_set.c

index c7438f34ca7cc05dc916784535ce9ecf15241e2c..cbfb0c184f4a33ceddb0580e4834749be4757d53 100644 (file)
@@ -1,3 +1,11 @@
+Sun Feb 25 15:39:08 1996  Mark W. Eichin  <eichin@cygnus.com>
+
+       * g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c,
+       g_dsp_status.c, g_exp_sec_context.c, g_glue.c, g_imp_name.c,
+       g_imp_sec_context.c, g_indicate_mechs.c, g_init_sec_context.c,
+       g_inq_cred.c, g_rel_buffer.c, g_rel_cred.c, g_rel_name.c,
+       g_rel_oid_set.c: include stdio.h to actually get NULL.
+
 Sat Feb 24 16:19:30 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in, g_inquire_cred.c, g_inquire_names.c,
index 99e8b0acaa5e33cd8bb11d92f4988a5411a218ba..b9763c95067b4ead002285fa8c557f90ba70da14 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 1a0d6e382337c6c58c47b372ad40b3fad415a959..2bd9d595984ed36940f234f7b7d4d9787a70b1b3 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index a353f1e7fb8fb5979eb4a2e9e555ca9d9c79bc02..8dc75056782f8ec0078f88a381981edae327f9a7 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 5f5cc37b6b4c68f8ccbb215dfcf0f6d1331b096a..0b629fe413d6661e4e76991ab6593d876e4dbb38 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index d68a9bdff92e8b8bb06ee68a197faf670289caca..adb1354b40fbd6efa72090b348b93b0aa16b9d3c 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 4809a1e8d212e0d21dc010a30f3880bc21eb3422..0993f6c8a263e0f0d2f5b397987797c884d72d4f 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index c27fca45a4eeb742ea1ff7ad25a416e20f86eb15..0f8d4e72fe3ed1e10a653ab10788da17f84c3a69 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 02a3a77708a29bd45e40f861c74d3d924d9c91e9..c8d95f98b167d5f2be6445d33d327386c7798df9 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 5e0aae97cedc64fa9b36cc54d1015ffbd586b312..202be6071ba2fe0642d0f77e7b5143db221f6058 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index c22cf949c84a0f8a8f3d346e6f69f0979e16de3b..f0d4f7508c09b14109aee53629754d8540a10ae8 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index e564661fa4ea078c7c8388a4b81aa8416c77df59..edfdb3a280e3d821c92274fb6855ba899448f35a 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index f634c805207dcc49365549b1cd03bc7a2ae70d22..a9188895e3066c02442b978d14a65ec814d70441 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 50be113f1d9e8c6d0aa4b98939d1e13be0cd3cc1..db34a4247d090fdec50ac09945dfcc66194d99a5 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 64228d6881801bd3711afc8a5c633d96881a469c..c53212704a205fa8805d0e99384258585893521c 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 405a2c48dfbeb2de2942aef71af0a4f49f0acde7..2ffaf8c006b9c40b857559dbc797651efc4dc643 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "mglueP.h"
+#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif