summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-04-19 07:03:47 +1200
committerAndrew Bartlett <abartlet@samba.org>2021-04-28 03:43:34 +0000
commitc2c09113e5598ae87dcf470cb85aaf1a62d03ba4 (patch)
tree5741caa96967a40551f6859a32a0b651c5ea7e01
parent3bb4a0df36652821f77e674bca3e35d11254bc76 (diff)
downloadsamba-c2c09113e5598ae87dcf470cb85aaf1a62d03ba4.tar.gz
heimdal: use correct prototype of yyparse()
As noted in 92c6891c368cae5c2402727c1f66f1c60778199d in upstream Heimdal yyparse() returns an int. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
-rw-r--r--source4/heimdal/lib/com_err/compile_et.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/com_err/compile_et.c b/source4/heimdal/lib/com_err/compile_et.c
index 59a9d33e418..d66851f1b5f 100644
--- a/source4/heimdal/lib/com_err/compile_et.c
+++ b/source4/heimdal/lib/com_err/compile_et.c
@@ -45,7 +45,7 @@
int numerror;
extern FILE *yyin;
-extern void yyparse(void);
+extern int yyparse(void);
long base_id;
int number;