Index: lib/libc/sys/profil.2 =================================================================== RCS file: /cvsroot/src/lib/libc/sys/profil.2,v retrieving revision 1.13 diff -u -r1.13 profil.2 --- lib/libc/sys/profil.2 7 Aug 2003 16:44:04 -0000 1.13 +++ lib/libc/sys/profil.2 18 Jun 2016 14:34:41 -0000 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .In unistd.h .Ft int -.Fn profil "char *samples" "size_t size" "u_long offset" "u_int scale" +.Fn profil "char *samples" "size_t size" "unsignd long offset" "unsigned int scale" .Sh DESCRIPTION The .Fn profil Index: include/unistd.h =================================================================== RCS file: /cvsroot/src/include/unistd.h,v retrieving revision 1.145 diff -u -r1.145 unistd.h --- include/unistd.h 24 Mar 2015 07:44:52 -0000 1.145 +++ include/unistd.h 18 Jun 2016 14:34:41 -0000 @@ -361,7 +361,7 @@ int mkstemps(char *, int); int nfssvc(int, void *); int pipe2(int *, int); -int profil(char *, size_t, u_long, u_int); +int profil(char *, size_t, unsigned long, unsigned int); #ifndef __PSIGNAL_DECLARED #define __PSIGNAL_DECLARED /* also in signal.h */