From: Andrew Bartlett Date: Sun, 18 Apr 2021 19:03:47 +0000 (+1200) Subject: heimdal: use correct prototype of yyparse() X-Git-Tag: tevent-0.11.0~1005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2c09113e5598ae87dcf470cb85aaf1a62d03ba4;p=thirdparty%2Fsamba.git heimdal: use correct prototype of yyparse() As noted in 92c6891c368cae5c2402727c1f66f1c60778199d in upstream Heimdal yyparse() returns an int. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- 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;