diff options
author | 2016-04-01 04:16:27 +0000 | |
---|---|---|
committer | 2016-04-01 04:16:27 +0000 | |
commit | 64dae30e9429f5d55022e5d30c134190aba7f141 (patch) | |
tree | ecf384e4f98bb66eca358dbe189f62c0311f794a | |
parent | Building kernels with PPPOE_SERVER enabled has been broken for at least (diff) | |
download | wireguard-openbsd-64dae30e9429f5d55022e5d30c134190aba7f141.tar.xz wireguard-openbsd-64dae30e9429f5d55022e5d30c134190aba7f141.zip |
Remove outdated unused compat define. mono_time no longer exists and
the kernel has had time_second since 2004.
-rw-r--r-- | sys/dev/ic/aacvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/aacvar.h b/sys/dev/ic/aacvar.h index 34a1b1cfe64..0f1e9fc0031 100644 --- a/sys/dev/ic/aacvar.h +++ b/sys/dev/ic/aacvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aacvar.h,v 1.12 2014/01/17 22:51:10 dlg Exp $ */ +/* $OpenBSD: aacvar.h,v 1.13 2016/04/01 04:16:27 jsg Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -38,9 +38,6 @@ * - Niklas Hallqvist */ -/* compatibility */ -#define time_second (mono_time.tv_sec) - /* Debugging */ // #define AAC_DEBUG 0x0 |