summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/fake-stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fake-stdlib.h b/src/include/fake-stdlib.h
index 35c6fc14d5..80df15a452 100644
--- a/src/include/fake-stdlib.h
+++ b/src/include/fake-stdlib.h
@@ -118,7 +118,7 @@ int setgroups P((int , int *));
int sethostid P((long ));
int sethostname P((char *, int ));
int setpgrp P((int , int ));
-int setquota P((char *, char *));
+int setquota P((const char *, const char *));
int setregid P((int , int ));
int setreuid P((int , int ));
int shutdown P((int , int ));