summaryrefslogtreecommitdiff
path: root/common/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tr.c')
-rw-r--r--common/tr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/tr.c b/common/tr.c
index b246b113..568d632d 100644
--- a/common/tr.c
+++ b/common/tr.c
@@ -28,7 +28,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tr.c,v 1.9 2006/02/24 23:16:29 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: tr.c,v 1.10 2007/04/27 23:54:05 each Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -59,9 +59,9 @@ struct routing_entry {
struct routing_entry *next;
unsigned char addr[TR_ALEN];
unsigned char iface[5];
- u_int16_t rcf; /* route control field */
- u_int16_t rseg[8]; /* routing registers */
- unsigned long access_time; /* time we last used this entry */
+ u_int16_t rcf; /* route control field */
+ u_int16_t rseg[8]; /* routing registers */
+ unsigned long access_time; /* time we last used this entry */
};
static struct routing_entry *routing_info = NULL;