Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
49843e29
Commit
49843e29
authored
Mar 10, 2006
by
shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set default count for lnstat
parent
e460f82e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ChangeLog
ChangeLog
+1
-0
misc/lnstat.c
misc/lnstat.c
+1
-1
No files found.
ChangeLog
View file @
49843e29
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
...
...
misc/lnstat.c
View file @
49843e29
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment