Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 13 lines 427 B view raw
1# Source: homebrew 2# https://raw.githubusercontent.com/Homebrew/patches/0518a6d1/webfs/patch-ls.c 3--- ./ls.c.orig Fri Oct 15 14:20:50 2004 4+++ ./ls.c Fri Oct 15 14:21:13 2004 5@@ -160,7 +160,7 @@ 6 return buf; 7 } 8 9-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) 10+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__APPLE__) 11 static void strmode(mode_t mode, char *dest) 12 { 13 static const char *rwx[] = {