Make the source tree sparse clean.
authorBen Pfaff <blp@nicira.com>
Fri, 6 May 2011 19:59:51 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 May 2011 20:45:53 +0000 (13:45 -0700)
commit6506f45c0818618e96deb858bbabdf2cc90eb2df
treeef898fc14eade893c460fcbd1b3d01c960595c96
parentc4cac9abf211b74c777b86ad7281e7b0f42a3a39
Make the source tree sparse clean.

With this commit, the tree compiles clean with sparse commit 87f4a7fda3d
"Teach 'already_tokenized()' to use the stream name hash table" with patch
"evaluate: Allow sizeof(_Bool) to succeed" available at
http://permalink.gmane.org/gmane.comp.parsers.sparse/2461 applied, as long
as the "include/sparse" directory is included for use by sparse (only),
e.g.:
     make CC="CHECK='sparse -I../include/sparse' cgcc"
16 files changed:
include/automake.mk
include/sparse/arpa/inet.h [new file with mode: 0644]
include/sparse/assert.h [new file with mode: 0644]
include/sparse/automake.mk [new file with mode: 0644]
include/sparse/math.h [new file with mode: 0644]
include/sparse/netinet/in.h [new file with mode: 0644]
include/sparse/netinet/ip6.h [new file with mode: 0644]
include/sparse/sys/socket.h [new file with mode: 0644]
include/sparse/sys/wait.h [new file with mode: 0644]
lib/byte-order.h
lib/csum.c
lib/netdev-linux.c
lib/sflow_receiver.c
lib/unaligned.h
ofproto/ofproto-sflow.c
tests/test-byte-order.c