Commit 996493e
committed
build: resolve build failure on freebsd/clang
include/gromox/mapidefs.h:925:17: error: unknown type name 'time_t'
925 | freebusy_event(time_t, time_t, uint32_t, const char *, const char *, const char *, bool, bool, bool, bool, bool, bool);
tests/utf8filter.cpp:11:57: error: use of undeclared identifier 'STDIN_FILENO'
11 | std::unique_ptr<char[], stdlib_delete> buf(HX_slurp_fd(STDIN_FILENO, &size));
exch/exmdb/db_engine.cpp:573:55: error: use of undeclared identifier 'S_IXUSR'
573 | int ret = gx_mkbasedir(path.c_str(), FMODE_PRIVATE | S_IXUSR | S_IXGRP);
tools/eml2mbox.cpp:18:13: error: use of undeclared identifier 'time'
18 | auto now = time(nullptr);1 parent a6e2212 commit 996493e
File tree
4 files changed
+7
-0
lines changed- exch/exmdb
- include/gromox
- tests
- tools
4 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments