mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Used extensively on my network over the past month. Reviewed by: pfg, brooks Suggested by: pfg Obtained from: ftp://ftp.am-utils.org/pub/am-utils/ MFC after: 6 weeks Relnotes: yes Differential Revision: D8405
9 lines
137 B
Text
9 lines
137 B
Text
%{
|
|
#include "null_gram.h"
|
|
|
|
void null_error(const char *fmt, ...) {}
|
|
int yywrap(void) { return 0; }
|
|
%}
|
|
%option nounput
|
|
%option noinput
|
|
%%
|