artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f194f09
)
Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq".
author
mpi
<mpi@openbsd.org>
Wed, 21 Jan 2015 13:47:45 +0000
(13:47 +0000)
committer
mpi
<mpi@openbsd.org>
Wed, 21 Jan 2015 13:47:45 +0000
(13:47 +0000)
sys/compat/linux/linux_socket.c
patch
|
blob
|
history
diff --git
a/sys/compat/linux/linux_socket.c
b/sys/compat/linux/linux_socket.c
index
229ece2
..
4adc69e
100644
(file)
--- a/
sys/compat/linux/linux_socket.c
+++ b/
sys/compat/linux/linux_socket.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: linux_socket.c,v 1.5
8 2015/01/21 02:23:14 guenther Exp $
*/
+/* $OpenBSD: linux_socket.c,v 1.5
9 2015/01/21 13:47:45 mpi Exp $
*/
/* $NetBSD: linux_socket.c,v 1.14 1996/04/05 00:01:50 christos Exp $ */
/*
@@
-1492,7
+1492,7
@@
out:
error = sys_ioctl(p, &ia, retval);
if (error == 0) {
- struct
linux_
ifreq *ifr = data;
+ struct ifreq *ifr = data;
switch (com) {
case LINUX_SIOCGIFADDR: