| #
5b28f239 |
| 08-Sep-2024 |
rillig <rillig@NetBSD.org> |
fix a/an grammar in obvious cases
|
| #
58beaa2b |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
adapt to ${CC_WNO_MAYBE_UNINITIALIZED}
Use ${CC_WNO_MAYBE_UNINITIALIZED} instead of the older style more complex expressions.
Remove workarounds if they were for a specific version of gcc < 10.
|
| #
ac1eb53a |
| 12-Feb-2020 |
fox <fox@NetBSD.org> |
external/bsd/ipf: Fix build failure under LLVM.
-Wno-error= flag now only applies to gcc 8 and not to LLVM based builds.
Reviewed by: kamil@
|
| #
2873fa74 |
| 09-Feb-2020 |
fox <fox@NetBSD.org> |
external/bsd/ipf: Suppress -Werror=maybe-uninitialized error.
Add -Wno-error=maybe-uninitialized in ipsopt.c to prevent build failure.
Error was reported when build.sh was run with MKLIBCSANITIZER=
external/bsd/ipf: Suppress -Werror=maybe-uninitialized error.
Add -Wno-error=maybe-uninitialized in ipsopt.c to prevent build failure.
Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.
Reviewed by: kamil@
show more ...
|
| #
29dbe6c0 |
| 02-Jan-2013 |
dsl <dsl@NetBSD.org> |
# There is some very dubious code to locate the values of # tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket. so add: CPPFLAGS+= -D_KMEMUSER
|
| #
e7d50bf6 |
| 24-Mar-2012 |
christos <christos@NetBSD.org> |
Make this build from our own tree.
|
| #
8e2bdc9a |
| 23-Mar-2012 |
christos <christos@NetBSD.org> |
Build gluons
|