summaryrefslogtreecommitdiff
path: root/src/OS/os.h-FreeBSD
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-02-10 23:32:34 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-02-10 23:32:34 +0100
commitf9ba5e2255cf18092750fffacb6a9603571a2be5 (patch)
treed28cf339b1ef5854e1f99a579e7a90892215c976 /src/OS/os.h-FreeBSD
parentcf3cd306062a08969c41a1cdd32c6855f1abecf1 (diff)
Update copyright year to 2018
Partly change a single year into a range, starting back in 1995, or later, if indicated by other copyright information.
Diffstat (limited to 'src/OS/os.h-FreeBSD')
-rw-r--r--src/OS/os.h-FreeBSD4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD
index 8b1af396a..a1c84f31c 100644
--- a/src/OS/os.h-FreeBSD
+++ b/src/OS/os.h-FreeBSD
@@ -1,5 +1,5 @@
/* Exim: OS-specific C header file for FreeBSD */
-/* Copyright (c) University of Cambridge 2017 */
+/* Copyright (c) University of Cambridge 1995 - 2018 */
/* See the file NOTICE for conditions of use and distribution. */
@@ -58,7 +58,7 @@ MSG_FASTOPEN defined yet... */
#if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)
# define MSG_FASTOPEN 0x20000000
#endif
-
+
/* for TCP state-variable values, for TFO logging */
#include <netinet/tcp_fsm.h>
#define TCP_SYN_RECV TCPS_SYN_RECEIVED