diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-18 17:01:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-18 17:01:00 +0000 |
commit | b190e65fd18284efd3361cee55aba4d8d04d55a4 (patch) | |
tree | d57e1ce0d5915b4910c41f4cdcdfa791a4179349 /usr.sbin/ripd/ripd.h | |
parent | ae647d82e4b6735021bcb2964503fb3fb2c76985 (diff) |
spacing
Diffstat (limited to 'usr.sbin/ripd/ripd.h')
-rw-r--r-- | usr.sbin/ripd/ripd.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h index 8571010c28c..2aee1756c23 100644 --- a/usr.sbin/ripd/ripd.h +++ b/usr.sbin/ripd/ripd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripd.h,v 1.8 2007/10/18 09:47:57 claudio Exp $ */ +/* $OpenBSD: ripd.h,v 1.9 2007/10/18 17:00:59 deraadt Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -202,13 +202,13 @@ TAILQ_HEAD(packet_head, packet_entry); struct iface { LIST_ENTRY(iface) entry; - LIST_HEAD(, nbr) nbr_list; + LIST_HEAD(, nbr) nbr_list; LIST_HEAD(, nbr_failed) failed_nbr_list; - char name[IF_NAMESIZE]; + char name[IF_NAMESIZE]; u_int8_t auth_key[MAX_SIMPLE_AUTH_LEN]; - struct in_addr addr; - struct in_addr dst; - struct in_addr mask; + struct in_addr addr; + struct in_addr dst; + struct in_addr mask; struct packet_head rq_list; struct packet_head rp_list; struct auth_md_head auth_md_list; |