]> git.saurik.com Git - apple/libc.git/blob - gen/FreeBSD/getlogin.c.patch
Libc-391.5.21.tar.gz
[apple/libc.git] / gen / FreeBSD / getlogin.c.patch
1 --- /Volumes/XDisk/tmp/Libc/gen/FreeBSD/getlogin.c.orig 2003-10-29 02:45:01.000000000 -0800
2 +++ /Volumes/XDisk/tmp/Libc/gen/FreeBSD/getlogin.c 2004-10-24 17:08:28.000000000 -0700
3 @@ -87,7 +87,7 @@
4 }
5
6 int
7 -getlogin_r(char *logname, int namelen)
8 +getlogin_r(char *logname, size_t namelen)
9 {
10 char *result;
11 int len;