diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-07-15 09:25:42 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-07-15 09:25:42 +0000 |
commit | 764295390c24b95dffb63e4885fe2445c1dd70f8 (patch) | |
tree | 7b12e98ddd53625b5f62a55a9f082be4cdea54bd /usr.sbin/rad | |
parent | d861ee5653481b455a634cd854858440a2f01c74 (diff) |
nuke newd leftover
Diffstat (limited to 'usr.sbin/rad')
-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, |