summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-24 06:59:35 +0000
committerru <ru@FreeBSD.org>2005-11-24 06:59:35 +0000
commitf76625156c65f82cda6db29831e989f7b4c8a8a8 (patch)
tree12e096f19ac831c0dd9500e6c73353281d12ccd2 /include/string.h
parent07d744857ca934d81df83956805b5d1f68d0ea19 (diff)
downloadFreeBSD-src-f76625156c65f82cda6db29831e989f7b4c8a8a8.zip
FreeBSD-src-f76625156c65f82cda6db29831e989f7b4c8a8a8.tar.gz
Fix prototype of strmode() to match the code and documentation.
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h
index f0dc218..16aa13a 100644
--- a/include/string.h
+++ b/include/string.h
@@ -89,7 +89,7 @@ size_t strlcpy(char *, const char *, size_t);
#endif
size_t strlen(const char *) __pure;
#if __BSD_VISIBLE
-void strmode(int, char *);
+void strmode(mode_t, char *);
#endif
char *strncat(char * __restrict, const char * __restrict, size_t);
int strncmp(const char *, const char *, size_t) __pure;
OpenPOWER on IntegriCloud