cgd a2ce90f34c change definition of profil() to make it 64-bit friendly. This has
no practical consequence on 32-bit systems.  old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int).  the size_t is the size of the buffer,
and the u_long is the 'starting offset'.  (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)
1995-11-22 23:07:19 +00:00
..
1995-06-20 22:22:04 +00:00
1995-07-14 21:10:58 +00:00
1995-06-05 19:38:00 +00:00
1995-06-05 00:24:55 +00:00
1995-07-20 23:31:11 +00:00
1995-06-05 19:39:35 +00:00