summaryrefslogtreecommitdiffstats
path: root/sys/net/route.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 09:34:04 +0000
committerbde <bde@FreeBSD.org>2002-03-24 09:34:04 +0000
commit3a6e21a3250a1856706318c7ef6ebb85df2332ac (patch)
tree018122a1fc824c0a2641362615bea135f49f0f19 /sys/net/route.h
parent5939a9b39981e7bbc701c3dc3239657e6fbb332e (diff)
downloadFreeBSD-src-3a6e21a3250a1856706318c7ef6ebb85df2332ac.zip
FreeBSD-src-3a6e21a3250a1856706318c7ef6ebb85df2332ac.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/net/route.h')
-rw-r--r--sys/net/route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/route.h b/sys/net/route.h
index 6edb941..8c42b9a 100644
--- a/sys/net/route.h
+++ b/sys/net/route.h
@@ -109,8 +109,8 @@ struct rtentry {
caddr_t rt_llinfo; /* pointer to link level info cache */
struct rt_metrics rt_rmx; /* metrics used by rx'ing protocols */
struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */
- int (*rt_output)(struct ifnet *, struct mbuf *,
- struct sockaddr *, struct rtentry *);
+ int (*rt_output)(struct ifnet *, struct mbuf *, struct sockaddr *,
+ struct rtentry *);
/* output routine for this (rt,if) */
struct rtentry *rt_parent; /* cloning parent of this route */
void *rt_filler2; /* more filler */
OpenPOWER on IntegriCloud