Commit 49843e29 authored by shemminger's avatar shemminger

Set default count for lnstat

parent e460f82e
2006-03-10 shemminger <shemminger@osdl.org>
* Change default lnstat count to 1
* Update to 2.6.16 headers
* Add fake version of include/linux/socket.h to fix warnings
......
......@@ -218,7 +218,7 @@ int main(int argc, char **argv)
MODE_NORMAL,
} mode = MODE_NORMAL;
unsigned long count = 0;
unsigned long count = 1;
static struct field_params fp;
int num_req_files = 0;
char *req_files[LNSTAT_MAX_FILES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment