summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-02 18:29:50 +0000
committermike <mike@FreeBSD.org>2002-10-02 18:29:50 +0000
commit6a502b16aed902c3696463e56aedf7a75cc786bd (patch)
treeaa9250ab9269fd95cee0776d5513446b15ce71f1 /libexec
parentcd6e4d8c7cea2e98b99fa60077a1316d7215a40d (diff)
downloadFreeBSD-src-6a502b16aed902c3696463e56aedf7a75cc786bd.zip
FreeBSD-src-6a502b16aed902c3696463e56aedf7a75cc786bd.tar.gz
Rename local function havedisk() to haveadisk() to avoid conflict a
with another function by the same name in a system header.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.rstatd/rstat_proc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c
index a87d7f0..818728d 100644
--- a/libexec/rpc.rstatd/rstat_proc.c
+++ b/libexec/rpc.rstatd/rstat_proc.c
@@ -84,7 +84,7 @@ struct nlist nl[] = {
{ "" },
};
-int havedisk(void);
+int haveadisk(void);
void updatexfers(int, int *);
void setup(void);
int stats_service(void);
@@ -158,7 +158,7 @@ rstatproc_havedisk_3_svc(void *argp, struct svc_req *rqstp)
if (! stat_is_init)
stat_init();
sincelastreq = 0;
- have = havedisk();
+ have = haveadisk();
return(&have);
}
@@ -325,7 +325,7 @@ setup()
* returns true if have a disk
*/
int
-havedisk(void)
+haveadisk(void)
{
register int i;
struct statinfo stats;
OpenPOWER on IntegriCloud