diff options
author | bcook <> | 2015-07-20 22:51:11 +0000 |
---|---|---|
committer | bcook <> | 2015-07-20 22:51:11 +0000 |
commit | 4daa9c93fc6f86cf389f1a696e38894bb40e4161 (patch) | |
tree | 5550e88bec52e96de6d103e893dbd9b341a949fc /src | |
parent | 84db24bc772eb6164eda6a71290781d92404cea0 (diff) | |
download | openbsd-4daa9c93fc6f86cf389f1a696e38894bb40e4161.tar.gz openbsd-4daa9c93fc6f86cf389f1a696e38894bb40e4161.tar.bz2 openbsd-4daa9c93fc6f86cf389f1a696e38894bb40e4161.zip |
app_tminterval moved to apps_posix.c, we don't need sys/times.h
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/apps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c index d01f75c7cb..3b8c2ab648 100644 --- a/src/usr.bin/openssl/apps.c +++ b/src/usr.bin/openssl/apps.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: apps.c,v 1.31 2015/07/20 03:28:04 doug Exp $ */ | 1 | /* $OpenBSD: apps.c,v 1.32 2015/07/20 22:51:11 bcook Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -126,7 +126,6 @@ | |||
126 | 126 | ||
127 | #include <sys/types.h> | 127 | #include <sys/types.h> |
128 | #include <sys/stat.h> | 128 | #include <sys/stat.h> |
129 | #include <sys/times.h> | ||
130 | 129 | ||
131 | #include <ctype.h> | 130 | #include <ctype.h> |
132 | #include <errno.h> | 131 | #include <errno.h> |