diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-08-13 07:04:20 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-08-13 07:04:20 +0200 |
| commit | 19455c1957470c627bf25db7efeca8f80651fdf3 (patch) | |
| tree | 0ef32dc231b954aeb9ea744719caf2eb176e68b8 /crypto/Makefile.am | |
| parent | 964d95250d4e98984fcdd3c49697de703afe32cd (diff) | |
| parent | 05b343edd8581d797522051f1e903063429d6601 (diff) | |
| download | portable-19455c1957470c627bf25db7efeca8f80651fdf3.tar.gz portable-19455c1957470c627bf25db7efeca8f80651fdf3.tar.bz2 portable-19455c1957470c627bf25db7efeca8f80651fdf3.zip | |
Land #1357 - merge ftruncate shim into posix_win.c and fix it
Diffstat (limited to 'crypto/Makefile.am')
| -rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index f703e33..7969aee 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -148,10 +148,6 @@ if !HAVE_FREEZERO | |||
| 148 | libcompat_la_SOURCES += compat/freezero.c | 148 | libcompat_la_SOURCES += compat/freezero.c |
| 149 | endif | 149 | endif |
| 150 | 150 | ||
| 151 | if !HAVE_FTRUNCATE | ||
| 152 | libcompat_la_SOURCES += compat/ftruncate.c | ||
| 153 | endif | ||
| 154 | |||
| 155 | if !HAVE_GETDELIM | 151 | if !HAVE_GETDELIM |
| 156 | libcompat_la_SOURCES += compat/getdelim.c | 152 | libcompat_la_SOURCES += compat/getdelim.c |
| 157 | endif | 153 | endif |
