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/rip.h | |
parent | ae647d82e4b6735021bcb2964503fb3fb2c76985 (diff) |
spacing
Diffstat (limited to 'usr.sbin/ripd/rip.h')
-rw-r--r-- | usr.sbin/ripd/rip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/rip.h b/usr.sbin/ripd/rip.h index 2eea491fa2b..8a90a9ccdf0 100644 --- a/usr.sbin/ripd/rip.h +++ b/usr.sbin/ripd/rip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rip.h,v 1.3 2007/01/23 21:10:10 michele Exp $ */ +/* $OpenBSD: rip.h,v 1.4 2007/10/18 17:00:59 deraadt Exp $ */ /* * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> @@ -63,7 +63,7 @@ struct rip_entry { }; /* auth */ -#define AUTH 0xFFFF +#define AUTH 0xFFFF #define AUTH_TRLR_HDR_LEN 4 /* auth general struct */ |