diff options
| author | 2016-07-19 18:14:08 +0000 | |
|---|---|---|
| committer | 2016-07-19 18:14:08 +0000 | |
| commit | 814e39f9baa643eac2bbdd2db874f18a8da29ad4 (patch) | |
| tree | b868b45f77c44ab813298d6fad34444954c3f727 /usr.sbin/switchd/types.h | |
| parent | Correctly use ssize_t instead of size_t for read/write return values. (diff) | |
| download | wireguard-openbsd-814e39f9baa643eac2bbdd2db874f18a8da29ad4.tar.xz wireguard-openbsd-814e39f9baa643eac2bbdd2db874f18a8da29ad4.zip | |
The -DNAME=switch flag is an artifact from the PoC when I couldn't
decide on a name. Remove it and fix the name to switchd now.
Diffstat (limited to 'usr.sbin/switchd/types.h')
| -rw-r--r-- | usr.sbin/switchd/types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/switchd/types.h b/usr.sbin/switchd/types.h index 7dba07ec190..9e905acaa39 100644 --- a/usr.sbin/switchd/types.h +++ b/usr.sbin/switchd/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.1 2016/07/19 16:54:26 reyk Exp $ */ +/* $OpenBSD: types.h,v 1.2 2016/07/19 18:14:08 reyk Exp $ */ /* * Copyright (c) 2013-2016 Reyk Floeter <reyk@openbsd.org> @@ -23,9 +23,7 @@ #define SWITCHD_USER "_hostapd" #endif -#ifndef SWITCHD_NAME #define SWITCHD_NAME "switch" -#endif #ifndef SWITCHD_CONFIG #define SWITCHD_CONFIG "/etc/" SWITCHD_NAME "d.conf" |
