summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-24 08:30:44 +0000
committerru <ru@FreeBSD.org>2005-11-24 08:30:44 +0000
commit0d06027644b002ceaf5fbe7bfa01b3c4f4e91ce0 (patch)
tree6b66609a5240c392dd16ce26cacbfa9ff947c61a /include/string.h
parent2a0206e03e65255792135b186fd42046ad4ba62a (diff)
downloadFreeBSD-src-0d06027644b002ceaf5fbe7bfa01b3c4f4e91ce0.zip
FreeBSD-src-0d06027644b002ceaf5fbe7bfa01b3c4f4e91ce0.tar.gz
Revert last revision, strmode() should be moved to <unistd.h> to be
properly fixed.
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 16aa13a..f0dc218 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(mode_t, char *);
+void strmode(int, char *);
#endif
char *strncat(char * __restrict, const char * __restrict, size_t);
int strncmp(const char *, const char *, size_t) __pure;
OpenPOWER on IntegriCloud