OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-93-ga54aa78
Gerrit Code Review
gerrit@openafs.org
Fri, 24 Jan 2025 15:55:26 -0500
The following commit has been merged in the master branch:
commit a54aa78dc591d8b4c3fac8141a3a9657aa7bef96
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Sun Jan 5 16:33:13 2025 -0500
Include afs/sys_prototypes.h for ioctl_sun_afs_syscall()
Include the afs/sys_prototypes.h header where needed to provide the
ioctl_sun_afs_syscall() prototype.
This removes Solaris Studio compiler warnings:
"volmain.c", line 170: warning: implicit function declaration: ioctl_sun_afs_syscall
"afsd_kernel.c", line 300: warning: implicit function declaration: ioctl_sun_afs_syscall
Also include the afs/sys_prototypes.h header in the glue.c source file,
to give the compiler a chance to verify the ioctl_sun_afs_sycall()
prototype matches the function definition.
Change-Id: I6f3a0133d7aed3e80e72858d9954927b87a92e8b
Reviewed-on: https://gerrit.openafs.org/16047
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Ben Huntsman <ben@huntsmans.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afsd/afsd_kernel.c | 1 +
src/sys/glue.c | 1 +
src/volser/volmain.c | 1 +
3 files changed, 3 insertions(+)
--
OpenAFS Master Repository