summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-07-15 09:25:41 +0000
committerflorian <florian@openbsd.org>2018-07-15 09:25:41 +0000
commit56e17cbe2c07239f26bd6b90e2ad486c1b139234 (patch)
tree31db4d9670fbea936e102f442fc5a8a84a080cb9
parentremove unused variable (diff)
downloadwireguard-openbsd-56e17cbe2c07239f26bd6b90e2ad486c1b139234.tar.xz
wireguard-openbsd-56e17cbe2c07239f26bd6b90e2ad486c1b139234.zip
nuke newd leftover
-rw-r--r--usr.sbin/rad/rad.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rad/rad.h b/usr.sbin/rad/rad.h
index e3b8c9aed89..22f296ae63a 100644
--- a/usr.sbin/rad/rad.h
+++ b/usr.sbin/rad/rad.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rad.h,v 1.9 2018/07/13 08:32:10 florian Exp $ */
+/* $OpenBSD: rad.h,v 1.10 2018/07/15 09:25:41 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -26,7 +26,6 @@
#define OPT_VERBOSE2 0x00000002
#define OPT_NOACTION 0x00000004
-#define RAD_MAXTEXT 256
enum {
PROC_MAIN,