diff options
author | 2015-07-20 22:51:11 +0000 | |
---|---|---|
committer | 2015-07-20 22:51:11 +0000 | |
commit | 9f1377077a0e7961fccac00d725351b3fd20e96a (patch) | |
tree | ed9040ef8679beb30f17f0fed05664ac48f2384f | |
parent | prefer string.h to strings.h ok guenther@ doug@ (diff) | |
download | wireguard-openbsd-9f1377077a0e7961fccac00d725351b3fd20e96a.tar.xz wireguard-openbsd-9f1377077a0e7961fccac00d725351b3fd20e96a.zip |
app_tminterval moved to apps_posix.c, we don't need sys/times.h
-rw-r--r-- | usr.bin/openssl/apps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/openssl/apps.c b/usr.bin/openssl/apps.c index d01f75c7cbf..3b8c2ab6485 100644 --- a/usr.bin/openssl/apps.c +++ b/usr.bin/openssl/apps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.c,v 1.31 2015/07/20 03:28:04 doug Exp $ */ +/* $OpenBSD: apps.c,v 1.32 2015/07/20 22:51:11 bcook Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * @@ -126,7 +126,6 @@ #include <sys/types.h> #include <sys/stat.h> -#include <sys/times.h> #include <ctype.h> #include <errno.h> |