diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-24 06:59:35 +0000 | 
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-24 06:59:35 +0000 | 
| commit | fee45c0c3896fe8cc7dd1b4d53c850d0f5ab62ef (patch) | |
| tree | 12e096f19ac831c0dd9500e6c73353281d12ccd2 /include/string.h | |
| parent | 36c71f6ac16b40ebe5ab708493223c5723373a47 (diff) | |
Notes
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/string.h b/include/string.h index f0dc21814897..16aa13ae4ae0 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; | 
