Module Name: src Committed By: rillig Date: Mon Sep 9 18:38:38 UTC 2024
Modified Files: src/sys/sys: endian.h Log Message: sys/endian.h: sync comment with code To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/sys/endian.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/endian.h diff -u src/sys/sys/endian.h:1.34 src/sys/sys/endian.h:1.35 --- src/sys/sys/endian.h:1.34 Mon Sep 9 18:17:14 2024 +++ src/sys/sys/endian.h Mon Sep 9 18:38:38 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: endian.h,v 1.34 2024/09/09 18:17:14 riastradh Exp $ */ +/* $NetBSD: endian.h,v 1.35 2024/09/09 18:38:38 rillig Exp $ */ /* * Copyright (c) 1987, 1991, 1993 @@ -74,7 +74,7 @@ uint16_t ntohs(uint16_t) __constfunc; __END_DECLS #endif /* !_LOCORE */ -#endif /* _XOPEN_SOURCE || _POSIX_C_SOURCE >= 200809L || _NETBSD_SOURCE */ +#endif /* _XOPEN_SOURCE || _POSIX_C_SOURCE >= 200112L || _NETBSD_SOURCE */ #include <machine/endian_machdep.h>