summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1/gen.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-03-22 10:16:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:02 -0500
commit864d9b531dc2fba94f5ea839b087e28d402c643a (patch)
tree91f72ed27956be3c0d536d725b0505cba35e3adb /source4/heimdal/lib/asn1/gen.c
parent4fd82be1403f873f67eecb8fee457b8de9fc5cd1 (diff)
downloadsamba-864d9b531dc2fba94f5ea839b087e28d402c643a.tar.gz
samba-864d9b531dc2fba94f5ea839b087e28d402c643a.tar.bz2
samba-864d9b531dc2fba94f5ea839b087e28d402c643a.zip
r14635: - Remove lex.c from SVN (it is built anyway, and having it in SVN
confuses things) - Update Samba4 from lorikeet-heimdal - Remove generated symlink on make clean Andrew Bartlett (This used to be commit a5c2b4cc92e807d18cb8df99bebf004fa4252e1e)
Diffstat (limited to 'source4/heimdal/lib/asn1/gen.c')
-rw-r--r--source4/heimdal/lib/asn1/gen.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/heimdal/lib/asn1/gen.c b/source4/heimdal/lib/asn1/gen.c
index 921d2ebba6..2a6fecebbb 100644
--- a/source4/heimdal/lib/asn1/gen.c
+++ b/source4/heimdal/lib/asn1/gen.c
@@ -33,7 +33,7 @@
#include "gen_locl.h"
-RCSID("$Id: gen.c,v 1.64 2005/12/06 19:59:13 lha Exp $");
+RCSID("$Id: gen.c,v 1.65 2006/03/08 12:29:34 lha Exp $");
FILE *headerfile, *codefile, *logfile;
@@ -97,9 +97,6 @@ init_generate (const char *filename, const char *base)
fprintf (headerfile,
"#include <stddef.h>\n"
"#include <time.h>\n\n");
-#ifndef HAVE_TIMEGM
- fprintf (headerfile, "time_t timegm (struct tm*);\n\n");
-#endif
fprintf (headerfile,
"#ifndef __asn1_common_definitions__\n"
"#define __asn1_common_definitions__\n\n");