ioops: fix build error by renaming 'len' variable
commit214cb42c626cfe5fe5d9ef1e83e7b23cca1cf02b
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 4 Jun 2013 12:08:46 +0000 (4 14:08 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Tue, 4 Jun 2013 12:08:46 +0000 (4 14:08 +0200)
treed6a9765bb5ebabe664d9cdae6eafe46117618186
parentf712d7a28192cbfcde5845d0c2e78fefd7386273
ioops: fix build error by renaming 'len' variable

Argh, forgot to rename variables in read_blob_or_die/write_blob_or_die.

ioops.c: In function ‘read_blob_or_die’:
ioops.c:105:30: error: ‘len’ undeclared (first use in this function)
ioops.c:105:30: note: each undeclared identifier is reported only once for each function it appears in
ioops.c: In function ‘write_blob_or_die’:
ioops.c:116:31: error: ‘len’ undeclared (first use in this function)
make: *** [netsniff-ng/ioops.o] Error 1

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
ioops.c