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
44d3eb25
Commit
44d3eb25
authored
Oct 07, 2004
by
net[shemminger]!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import patch iproute2-compile-fixes-1.diff
(Logical change 1.93)
parent
6232f4b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+1
-0
ip/ipxfrm.c
ip/ipxfrm.c
+2
-2
No files found.
Makefile
View file @
44d3eb25
...
...
@@ -59,5 +59,6 @@ clean:
clobber
:
clean
rm
-f
Config
distclean
:
clean clobber
.EXPORT_ALL_VARIABLES
:
ip/ipxfrm.c
View file @
44d3eb25
...
...
@@ -280,7 +280,7 @@ static const char *strxf_time(__u64 time)
t
=
(
long
)
time
;
tp
=
localtime
(
&
t
);
strftime
(
str
,
sizeof
(
str
),
"%
F
%T"
,
tp
);
strftime
(
str
,
sizeof
(
str
),
"%
Y-%m-%d
%T"
,
tp
);
}
return
str
;
...
...
@@ -410,7 +410,7 @@ void xfrm_selector_print(struct xfrm_selector *sel, __u16 family,
}
if
(
sel
->
ifindex
>
0
)
{
char
buf
[
IF
_NAMESIZE
];
char
buf
[
IF
NAMSIZ
];
memset
(
buf
,
'\0'
,
sizeof
(
buf
));
if_indextoname
(
sel
->
ifindex
,
buf
);
...
...
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