[nftables tree] Fix use of reserved names in header sandwich

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Mar 18 07:18:10 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=nftables.git;a=commit;h=d1f959589a804ff01288ae2cc610d6679415d772
commit d1f959589a804ff01288ae2cc610d6679415d772
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Mar 18 07:17:10 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Mar 18 07:17:10 2009 +0100

    Fix use of reserved names in header sandwich
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 6e92a6b2954e39e22405a1a6a0fba23f9788f7c4
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Mar 18 07:08:48 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Mar 18 07:08:48 2009 +0100

    lexer: fix some whitespace errors
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  d1f959589a804ff01288ae2cc610d6679415d772 (commit)
       via  6e92a6b2954e39e22405a1a6a0fba23f9788f7c4 (commit)
      from  928dd7ef15b4147576ec174931134bcc1e482aca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1f959589a804ff01288ae2cc610d6679415d772
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Mar 18 07:17:10 2009 +0100

    Fix use of reserved names in header sandwich
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 6e92a6b2954e39e22405a1a6a0fba23f9788f7c4
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Mar 18 07:08:48 2009 +0100

    lexer: fix some whitespace errors
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 include/ct.h         |    6 +++---
 include/datatype.h   |    6 +++---
 include/erec.h       |    6 +++---
 include/expression.h |    6 +++---
 include/exthdr.h     |    6 +++---
 include/gmputil.h    |    6 +++---
 include/headers.h    |    6 +++---
 include/meta.h       |    6 +++---
 include/netlink.h    |    6 +++---
 include/nftables.h   |    6 +++---
 include/parser.h     |    6 +++---
 include/payload.h    |    6 +++---
 include/rbtree.h     |    6 +++---
 include/rule.h       |    6 +++---
 include/statement.h  |    6 +++---
 include/utils.h      |    6 +++---
 src/scanner.l        |    4 ++--
 17 files changed, 50 insertions(+), 50 deletions(-)
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/src/scanner.l b/src/scanner.l
index dc6341d..3b22bb9 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -38,9 +38,9 @@
 	long n = 0;								\
 	errno = 0;								\
 	while ((result = fread(buf, 1, max_size, yyin)) == 0 &&			\
-	       ferror(yyin)) {							\
+		ferror(yyin)) {							\
 		if (errno != EINTR) {						\
-			YY_FATAL_ERROR( "input in flex scanner failed" );	\
+			YY_FATAL_ERROR("input in flex scanner failed");		\
 			break;							\
 		}								\
 		errno = 0;							\



More information about the netfilter-cvslog mailing list