OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-362-gff817ec
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Jun 2024 17:50:17 -0400
The following commit has been merged in the master branch:
commit ff817eca2891704fe6dae8320ec5a7daf80e65b1
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Tue Apr 2 15:22:55 2024 +0000
roken: Add include guards to roken.h
To mitigate potential build problems in the future due to redundant
inclusion of the roken header, add include guards to the generated
roken.h file, just like the real roken.h has. The addition of these
guards ensures that the header is included only once, safeguarding
against potential future build issues.
Change-Id: Ia22076038d22e60aaaa8e20ab0265d5288c54f2d
Reviewed-on: https://gerrit.openafs.org/15678
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/roken/Makefile.in | 4 ++--
src/roken/roken-post.h | 1 +
src/roken/roken-pre.h | 2 ++
3 files changed, 5 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository