summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/systm.h')
-rw-r--r--usr/src/uts/common/sys/systm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/systm.h b/usr/src/uts/common/sys/systm.h
index 9c34c3f895..c96ea5b4ac 100644
--- a/usr/src/uts/common/sys/systm.h
+++ b/usr/src/uts/common/sys/systm.h
@@ -230,7 +230,7 @@ int strident_valid(const char *);
void strident_canon(char *, size_t);
int getsubopt(char **optionsp, char * const *tokens, char **valuep);
char *append_subopt(const char *, size_t, char *, const char *);
-int ffs(long);
+int ffs(uintmax_t);
int copyin(const void *, void *, size_t);
void copyin_noerr(const void *, void *, size_t);
int xcopyin(const void *, void *, size_t);