Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
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
net-tools
Commits
9036cd68
Commit
9036cd68
authored
Dec 02, 2008
by
Bernd Eckenfels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sorted options
parent
91f3c44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
netstat.c
netstat.c
+2
-4
No files found.
netstat.c
View file @
9036cd68
...
...
@@ -6,7 +6,7 @@
* NET-3 Networking Distribution for the LINUX operating
* system.
*
* Version: $Id: netstat.c,v 1.6
1 2008/12/01 23:15:35
ecki Exp $
* Version: $Id: netstat.c,v 1.6
2 2008/12/02 01:53:48
ecki Exp $
*
* Authors: Fred Baumgarten, <dc6iq@insu1.etec.uni-karlsruhe.de>
* Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
...
...
@@ -1587,7 +1587,7 @@ int main
getroute_init
();
/* Set up AF routing support */
afname
[
0
]
=
'\0'
;
while
((
i
=
getopt_long
(
argc
,
argv
,
"
MCFA:acdegphinNorstuWVv?wxl64U
"
,
longopts
,
&
lop
))
!=
EOF
)
while
((
i
=
getopt_long
(
argc
,
argv
,
"
A:CFMacdeghilnNoprstuUvVWwx64?
"
,
longopts
,
&
lop
))
!=
EOF
)
switch
(
i
)
{
case
-
1
:
break
;
...
...
@@ -1675,11 +1675,9 @@ int main
case
'r'
:
flag_rou
++
;
break
;
case
't'
:
flag_tcp
++
;
break
;
case
'u'
:
flag_udp
++
;
break
;
...
...
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