From 0787a2c8aed555df8b74635bd34588e7d20865ac Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sun, 2 Sep 2018 17:10:56 -0500 Subject: [PATCH] volser: apply static keyword to VolPartitionInfo definition The function declaration was already marked as static; mark the definition as well for consistency (and consistency with the other helpers in this file). Change-Id: I642db1d27efd34ab2a09f7299791c19d07b1f923 Reviewed-on: https://gerrit.openafs.org/13321 Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk Tested-by: BuildBot --- src/volser/volprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/volprocs.c b/src/volser/volprocs.c index 832f5d0c6a..6c4a239db8 100644 --- a/src/volser/volprocs.c +++ b/src/volser/volprocs.c @@ -407,7 +407,7 @@ SAFSVolPartitionInfo64(struct rx_call *acid, char *pname, struct diskPartition64 return code; } -afs_int32 +static afs_int32 VolPartitionInfo(struct rx_call *acid, char *pname, struct diskPartition64 *partition) {