remove duplicate RT_BUF_SIZE define
authorjsg <jsg@openbsd.org>
Tue, 22 Oct 2024 22:50:49 +0000 (22:50 +0000)
committerjsg <jsg@openbsd.org>
Tue, 22 Oct 2024 22:50:49 +0000 (22:50 +0000)
usr.sbin/ripd/ripd.h

index 93b6bb3..216d503 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ripd.h,v 1.28 2021/01/19 10:28:07 claudio Exp $ */
+/*     $OpenBSD: ripd.h,v 1.29 2024/10/22 22:50:49 jsg Exp $ */
 
 /*
  * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -45,7 +45,6 @@
 
 #define READ_BUF_SIZE          65535
 #define RT_BUF_SIZE            16384
-#define RT_BUF_SIZE            16384
 #define MAX_RTSOCK_BUF         (2 * 1024 * 1024)
 
 #define        RIPD_FLAG_NO_FIB_UPDATE 0x0001