diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-15 20:21:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-15 20:21:47 +0000 |
commit | d3f0e57c47e6176c8c34356a2c7fd5ffc1bd396f (patch) | |
tree | 94b2135eb76d3d856268cf6613ac8a533af08e24 | |
parent | e540c7e8940cfbdaf00d79916ab88af9064ee8d7 (diff) |
remove double define; dunceor@gmail.com
-rw-r--r-- | usr.sbin/ripd/ripd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h index ebeda9617ad..ff10de1516c 100644 --- a/usr.sbin/ripd/ripd.h +++ b/usr.sbin/ripd/ripd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripd.h,v 1.3 2006/10/31 23:43:11 michele Exp $ */ +/* $OpenBSD: ripd.h,v 1.4 2006/11/15 20:21:46 deraadt Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -31,7 +31,6 @@ #define CONF_FILE "/etc/ripd.conf" #define RIPD_SOCKET "/var/run/ripd.sock" #define RIPD_USER "_ripd" -#define READ_BUF_SIZE 65535 #define NBR_HASHSIZE 128 #define NBR_IDSELF 1 |