View | Details | Raw Unified | Return to bug 86635
Collapse All | Expand All

(-)/usr/src/contrib/pf/pfctl/parse.y (-1 / +1 lines)
Lines 4799-4805 Link Here
4799
4799
4800
top:
4800
top:
4801
	p = buf;
4801
	p = buf;
4802
	while ((c = lgetc(fin)) == ' ')
4802
	while ((c = lgetc(fin)) == ' ' || c == '\014')
4803
		; /* nothing */
4803
		; /* nothing */
4804
4804
4805
	yylval.lineno = lineno;
4805
	yylval.lineno = lineno;

Return to bug 86635