X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/85da41af516f0c5089501214534980fd4b176a11..a3d83c9e8d57ba51cd246435b14604f995551802:/src/OS/os.h-OpenBSD diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index a594d17a7..7998b1759 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -1,4 +1,7 @@ /* Exim: OS-specific C header file for OpenBSD */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ +/* See the file NOTICE for conditions of use and distribution. */ + #define HAVE_BSD_GETLOADAVG #define HAVE_MMAP @@ -50,9 +53,4 @@ typedef struct __res_state *res_state; #endif #define TIME_T_FMT "%lld" - -#ifndef POLLRDHUP -# define POLLRDHUP (POLLIN | POLLHUP) -#endif - /* End */