diff options
| author | bcook <> | 2015-07-20 22:51:11 +0000 |
|---|---|---|
| committer | bcook <> | 2015-07-20 22:51:11 +0000 |
| commit | 87cb6f404b58595755058bb5b4ca1f34c07843e1 (patch) | |
| tree | 5550e88bec52e96de6d103e893dbd9b341a949fc /src/usr.bin/openssl/apps.c | |
| parent | 621fdaaf616cc3c3221b7b6edbccd1c038335db1 (diff) | |
| download | openbsd-87cb6f404b58595755058bb5b4ca1f34c07843e1.tar.gz openbsd-87cb6f404b58595755058bb5b4ca1f34c07843e1.tar.bz2 openbsd-87cb6f404b58595755058bb5b4ca1f34c07843e1.zip | |
app_tminterval moved to apps_posix.c, we don't need sys/times.h
Diffstat (limited to '')
| -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> |
