X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/fe3493048f20a2ea5f9838e51e1b1dd8c188a90d..582f61444fa806694c2caae7c156830dbf8531d7:/src/OS/os.h-FreeBSD diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD index 36a6d7115..11f8b1ae7 100644 --- a/src/OS/os.h-FreeBSD +++ b/src/OS/os.h-FreeBSD @@ -1,6 +1,7 @@ /* Exim: OS-specific C header file for FreeBSD */ /* Copyright (c) University of Cambridge 1995 - 2018 */ -/* Copyright (c) The Exim Maintainers 2020 */ +/* Copyright (c) The Exim Maintainers 2020 - 2021 */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* See the file NOTICE for conditions of use and distribution. */ @@ -77,5 +78,7 @@ extern ssize_t os_sendfile(int, int, off_t *, size_t); /*******************/ #define EXIM_HAVE_KEVENT +#define EXIM_HAVE_STRCHRNUL + /* End */