The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=aab8ed235a8efc646261fd664700654a4906c177
commit aab8ed235a8efc646261fd664700654a4906c177 Author: Warner Losh <[email protected]> AuthorDate: 2021-12-15 04:05:27 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-12-15 04:05:27 +0000 test-includes: add missing file Fixes: dd55767b86bc Sponsored by: Netflix --- tools/build/test-includes/test-includes.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/build/test-includes/test-includes.c b/tools/build/test-includes/test-includes.c new file mode 100644 index 000000000000..5518813d8f18 --- /dev/null +++ b/tools/build/test-includes/test-includes.c @@ -0,0 +1,7 @@ +/* Public domain */ + +int +main(void) +{ + return 0; +}
