X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/stdio/FreeBSD/perror.c.patch diff --git a/stdio/FreeBSD/perror.c.patch b/stdio/FreeBSD/perror.c.patch deleted file mode 100644 index e816373..0000000 --- a/stdio/FreeBSD/perror.c.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- perror.c.orig 2003-05-20 15:22:43.000000000 -0700 -+++ perror.c 2005-04-29 17:06:52.000000000 -0700 -@@ -73,6 +73,7 @@ - v->iov_base = "\n"; - v->iov_len = 1; - FLOCKFILE(stderr); -+ ORIENT(stderr, -1); - __sflush(stderr); - (void)_writev(stderr->_file, iov, (v - iov) + 1); - stderr->_flags &= ~__SOFF;