[Heimdal-source-changes] [Heimdal] branch master updated. heimdal-1.5pre2-737-gdb85d09

lha at h5l.org lha at h5l.org
Sön Sep 23 19:57:11 CEST 2012


The branch master has been updated
       via db85d09 include <stddef.h> so that we have a size_t
      from 8fb0c01 use Getopt::Std, patch original from Leonardo <rnalrd at gmail.com>, updated by me

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

commit db85d0998e4a000ed684e62b9fbfcb484adc9ebd
Author: Love Hornquist Astrand <lha at h5l.org>
Date:   Sun Sep 23 10:56:16 2012 -0700

    include <stddef.h> so that we have a size_t
    
    from metanest and https://github.com/heimdal/heimdal/issues/15

db85d0998e4a000ed684e62b9fbfcb484adc9ebd
diff --git a/lib/com_err/com_right.h b/lib/com_err/com_right.h
index b0857d2..7741684 100644
--- a/lib/com_err/com_right.h
+++ b/lib/com_err/com_right.h
@@ -58,6 +58,7 @@
 
 #ifdef __STDC__
 #include <stdarg.h>
+#include <stddef.h>
 #endif
 
 struct error_table {

-----------------------------------------------------------------------

Summary of changes:
 lib/com_err/com_right.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


More information about the Heimdal-source-changes mailing list