aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-10 15:42:06 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-10 15:42:06 +0000
commitff131b980d524a33d8a43cefe65e14f64a43f2da (patch)
tree82d252f04f9a8511be452dcd8b5e322c59653c72 /networking/route.c
parent163516da3ae54a587fb476c621793bd206f380c2 (diff)
downloadbusybox-w32-ff131b980d524a33d8a43cefe65e14f64a43f2da.tar.gz
busybox-w32-ff131b980d524a33d8a43cefe65e14f64a43f2da.tar.bz2
busybox-w32-ff131b980d524a33d8a43cefe65e14f64a43f2da.zip
style fixes. No code changes.
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/route.c b/networking/route.c
index 069739006..5b3e68b4c 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -49,7 +49,7 @@
49#define RTF_REJECT 0x0200 /* Reject route */ 49#define RTF_REJECT 0x0200 /* Reject route */
50#endif 50#endif
51 51
52#if defined (SIOCADDRTOLD) || defined (RTF_IRTT) /* route */ 52#if defined(SIOCADDRTOLD) || defined(RTF_IRTT) /* route */
53#define HAVE_NEW_ADDRT 1 53#define HAVE_NEW_ADDRT 1
54#endif 54#endif
55 55