Package: openntpd Version: 3.9p1-3 Tags: patch Follow-Up: Bug #435753 There's a simple fix: diff -urNad openntpd-3.9p1+debian~/parse.y openntpd-3.9p1+debian/parse.y --- openntpd-3.9p1+debian~/parse.y 2006-05-14 09:29:23.000000000 +0400 +++ openntpd-3.9p1+debian/parse.y 2009-01-04 00:19:08.000000000 +0300 @@ -345,7 +345,7 @@ yylval.lineno = lineno; if (c == '#') - while ((c = lgetc(fin)) != '\n' && c != EOF) + while ((c = getc(fin)) != '\n' && c != EOF) ; /* nothing */ switch (c) {
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org