X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff:/locale/FreeBSD/ldpart.h.patch?ds=sidebyside diff --git a/locale/FreeBSD/ldpart.h.patch b/locale/FreeBSD/ldpart.h.patch index 0b16e03..108e1d9 100644 --- a/locale/FreeBSD/ldpart.h.patch +++ b/locale/FreeBSD/ldpart.h.patch @@ -1,11 +1,11 @@ ---- ldpart.h.orig Tue May 20 15:21:44 2003 -+++ ldpart.h Wed Jun 11 13:12:07 2003 +--- ldpart.h.orig 2004-11-25 11:38:17.000000000 -0800 ++++ ldpart.h 2005-02-13 19:02:54.000000000 -0800 @@ -33,7 +33,7 @@ #define _LDP_ERROR (-1) #define _LDP_CACHE 1 --int __part_load_locale(const char *, int*, char *, const char *, -+int __part_load_locale(const char *, int*, char **, const char *, +-int __part_load_locale(const char *, int*, char **, const char *, ++int __part_load_locale(const char *, unsigned char *, char **, const char *, int, int, const char **); #endif /* !_LDPART_H_ */