From: Dave Hart Date: Thu, 23 Apr 2009 08:08:30 +0000 (+0000) Subject: ntp_parser.y: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2671b150fcbb0905ab9ed86ff4a19c651cd8e789;p=thirdparty%2Fntp.git ntp_parser.y: quiet malloc redeclaration warning compiling ntp_parser.c bk: 49f021feL2c2OkJqnZ5egKJUVmqPtw --- diff --git a/ntpd/ntp_parser.y b/ntpd/ntp_parser.y index f8e3543ff0..ebbb977725 100644 --- a/ntpd/ntp_parser.y +++ b/ntpd/ntp_parser.y @@ -40,6 +40,8 @@ struct FILE_INFO *ip_file; /* Pointer to the configuration file stream */ + #define YYMALLOC emalloc + #define YYFREE free #define YYERROR_VERBOSE void yyerror (char *msg); extern int input_from_file; /* 0=input from ntpq>config command buffer */