commit 2860591b686df4ce24a1fc10793db983ce40a789 from: Russ Cox date: Mon Sep 26 16:27:55 2011 UTC use cocoa on snow leopard R=rsc http://codereview.appspot.com/5146043 commit - 513ce18d64037441e508f4b8e25d146eb799f84e commit + 2860591b686df4ce24a1fc10793db983ce40a789 blob - 4e587164ed158d90281a6e69ec678e674800fe46 blob + 83bfe3bea6a2d85ad45f41207d8a364208561bb2 --- src/cmd/devdraw/mkwsysrules.sh +++ src/cmd/devdraw/mkwsysrules.sh @@ -22,7 +22,7 @@ fi if [ "x$WSYSTYPE" = "x" ]; then if [ "x`uname`" = "xDarwin" ]; then - if sw_vers | grep 'ProductVersion: 10\.[0-6]\.' >/dev/null; then + if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then WSYSTYPE=osx else echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.' blob - /dev/null blob + 20f5b6ad10491e02fcc5a17c2b630009a28b54d4 (mode 644) --- /dev/null +++ src/cmd/snarfer/osx-cocoa-snarfer.c @@ -0,0 +1,2 @@ +#include "snarfer.c" +