summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-11-20 10:06:54 +0000
committermpi <mpi@openbsd.org>2014-11-20 10:06:54 +0000
commitdaab75b12c7ff032d5e8fac5cc09e15254c5cbd2 (patch)
tree301ad5a8f0dfc31dfe2623db1ba29320dec90b04 /sys
parentInstead of playing hide-and-seek with the route to destination attached (diff)
downloadwireguard-openbsd-daab75b12c7ff032d5e8fac5cc09e15254c5cbd2.tar.xz
wireguard-openbsd-daab75b12c7ff032d5e8fac5cc09e15254c5cbd2.zip
funky spacing.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index ed672b88265..531abfd3dd2 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.c,v 1.108 2014/11/20 10:05:37 mpi Exp $ */
+/* $OpenBSD: in.c,v 1.109 2014/11/20 10:06:54 mpi Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
@@ -183,7 +183,7 @@ int
in_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp)
{
struct ifreq *ifr = (struct ifreq *)data;
- struct ifaddr *ifa; \
+ struct ifaddr *ifa;
struct in_ifaddr *ia = NULL;
struct in_aliasreq *ifra = (struct in_aliasreq *)data;
struct sockaddr_in oldaddr;