diff options
author | 2018-07-15 09:25:41 +0000 | |
---|---|---|
committer | 2018-07-15 09:25:41 +0000 | |
commit | 56e17cbe2c07239f26bd6b90e2ad486c1b139234 (patch) | |
tree | 31db4d9670fbea936e102f442fc5a8a84a080cb9 | |
parent | remove unused variable (diff) | |
download | wireguard-openbsd-56e17cbe2c07239f26bd6b90e2ad486c1b139234.tar.xz wireguard-openbsd-56e17cbe2c07239f26bd6b90e2ad486c1b139234.zip |
nuke newd leftover
-rw-r--r-- | usr.sbin/rad/rad.h | 3 |
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, |