These arguments are mostly paths handled by NAMEI*() macros which already
take const char * arguments.
This change improves the match between syscalls.master and the public
declerations of system calls.
Depends on D17805
Differential D17812
Add const to input-only char * arguments. brooks on Nov 1 2018, 11:39 PM. Authored by Tags None Referenced Files
Subscribers
Details These arguments are mostly paths handled by NAMEI*() macros which already This change improves the match between syscalls.master and the public Depends on D17805
Diff Detail
Event TimelineComment Actions I plan to replace it with improvements to makesyscalls.sh that will let us generate compat32 bits from kern/syscalls.master so I'm not very inclined to do the tedious work of reformatting it. I'm more than half done in CheriBSD where I'm working toward a freebsd64. |