utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / moria / unix-unix.c.patch
1 diff --git a/unix/unix.c b/unix/unix.c
2 index 81d543c..af4a672 100644
3 --- a/unix/unix.c
4 +++ b/unix/unix.c
5 @@ -271,19 +271,6 @@ char *p;
6 }
7 #endif
8
9 -#ifndef DEBIAN_LINUX
10 -#ifdef USG
11 -unsigned short getuid();
12 -#else
13 -#ifndef SECURE
14 -#ifdef BSD4_3
15 -uid_t getuid();
16 -#else /* other BSD versions */
17 -int getuid();
18 -#endif
19 -#endif
20 -#endif
21 -#endif
22
23 /* Find a default user name from the system. */
24 void user_name(buf)