commit | 8e87705c21ba09ec249fcdbdcb0c3eaa4a162091 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 12 15:03:12 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 12 15:03:12 2022 +0200 |
tree | 787be1c66875cf6c08026778cb072069d00be37b | |
parent | bfb077acffef96f3dbda66d9ceeb62feb66565e6 [diff] |
BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value The build broke on freebsd with S_IRUSR undefined after commit 0b8e9ceb1 ("MINOR: ring: add support for a backing-file"). Maybe another include is needed there, but the point is that we really don't care about these symbolic names, file modes are more readable as 0600 than via these cryptic names anyway, so let's go back to 0600. This will teach me not to try to make things too clean. No backport is needed.