diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-07-16 06:28:55 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-07-16 06:28:55 +0000 |
| commit | f2fd63aff22816e682f7d16dd79f194faea722f3 (patch) | |
| tree | 99bf3fdcaf85c729d793abbf68a6186c892df56a /include/unistd.h | |
| parent | 9b21395a95221e6a139ae1ce75c7eba06affebc8 (diff) | |
Notes
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 5ea6727a17ac9..7c6bc11c86baa 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -156,7 +156,7 @@ char *mktemp __P((char *)); int nfssvc __P((int, void *)); int nice __P((int)); ssize_t pread __P((int, void *, size_t, off_t)); -int profil __P((char *, int, int, int)); +int profil __P((char *, size_t, vm_offset_t, int)); ssize_t pwrite __P((int, const void *, size_t, off_t)); int rcmd __P((char **, int, const char *, const char *, const char *, int *)); |
