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
d1381f90
Commit
d1381f90
authored
May 12, 2013
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trim trailing whitespace
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
35eaa82d
Changes
30
Show whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
187 additions
and
187 deletions
+187
-187
INSTALLING
INSTALLING
+1
-1
Makefile
Makefile
+5
-5
README
README
+1
-1
RPM/net-tools.spec
RPM/net-tools.spec
+2
-2
TODO
TODO
+1
-1
arp.c
arp.c
+4
-4
config.in
config.in
+1
-1
hostname.c
hostname.c
+2
-2
ifconfig.c
ifconfig.c
+43
-43
include/interface.h
include/interface.h
+2
-2
ipmaddr.c
ipmaddr.c
+1
-1
iptunnel.c
iptunnel.c
+7
-7
lib/af.c
lib/af.c
+1
-1
lib/ash.c
lib/ash.c
+1
-1
lib/ddp_gr.c
lib/ddp_gr.c
+2
-2
lib/econet.c
lib/econet.c
+1
-1
lib/eui64.c
lib/eui64.c
+4
-4
lib/getargs.c
lib/getargs.c
+1
-1
lib/hdlclapb.c
lib/hdlclapb.c
+2
-2
lib/hw.c
lib/hw.c
+3
-3
lib/inet.c
lib/inet.c
+11
-11
lib/inet6.c
lib/inet6.c
+13
-13
lib/inet6_gr.c
lib/inet6_gr.c
+2
-2
lib/inet_gr.c
lib/inet_gr.c
+8
-8
lib/interface.c
lib/interface.c
+52
-52
lib/ipx.c
lib/ipx.c
+1
-1
lib/ipx_gr.c
lib/ipx_gr.c
+1
-1
lib/irda.c
lib/irda.c
+12
-12
lib/net-features.h
lib/net-features.h
+1
-1
lib/net-support.h
lib/net-support.h
+1
-1
No files found.
INSTALLING
View file @
d1381f90
Makefile
View file @
d1381f90
README
View file @
d1381f90
RPM/net-tools.spec
View file @
d1381f90
TODO
View file @
d1381f90
arp.c
View file @
d1381f90
config.in
View file @
d1381f90
hostname.c
View file @
d1381f90
ifconfig.c
View file @
d1381f90
...
...
@@ -277,7 +277,7 @@ int main(int argc, char **argv)
#endif
#if I18N
setlocale
(
LC_ALL
,
""
);
setlocale
(
LC_ALL
,
""
);
bindtextdomain
(
"net-tools"
,
"/usr/share/locale"
);
textdomain
(
"net-tools"
);
#endif
...
...
include/interface.h
View file @
d1381f90
ipmaddr.c
View file @
d1381f90
iptunnel.c
View file @
d1381f90
lib/af.c
View file @
d1381f90
lib/ash.c
View file @
d1381f90
lib/ddp_gr.c
View file @
d1381f90
lib/econet.c
View file @
d1381f90
lib/eui64.c
View file @
d1381f90
lib/getargs.c
View file @
d1381f90
lib/hdlclapb.c
View file @
d1381f90
lib/hw.c
View file @
d1381f90
lib/inet.c
View file @
d1381f90
lib/inet6.c
View file @
d1381f90
lib/inet6_gr.c
View file @
d1381f90
lib/inet_gr.c
View file @
d1381f90
lib/interface.c
View file @
d1381f90
lib/ipx.c
View file @
d1381f90
lib/ipx_gr.c
View file @
d1381f90
lib/irda.c
View file @
d1381f90
lib/net-features.h
View file @
d1381f90
lib/net-support.h
View file @
d1381f90
...
...
@@ -46,7 +46,7 @@ struct aftype {
int
(
*
rinput
)
(
int
typ
,
int
ext
,
char
**
argv
);
/* may modify src */
int
(
*
getmask
)
(
char
*
src
,
struct
sockaddr
*
mask
,
char
*
name
);
int
(
*
getmask
)
(
char
*
src
,
struct
sockaddr
*
mask
,
char
*
name
);
int
fd
;
char
*
flag_file
;
...
...
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