tsnarfer: OS X native version (ha!) - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1e77a39450cf1542089114becb66a9974db50768
(DIR) parent dfe57535afa96031add209ab71ef052178951aec
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Mon, 30 Jun 2008 19:40:59 -0400
snarfer: OS X native version (ha!)
Diffstat:
M src/cmd/snarfer/mkfile | 1 +
A src/cmd/snarfer/osx-snarfer.c | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/snarfer/mkfile b/src/cmd/snarfer/mkfile
t@@ -9,3 +9,4 @@ HFILES=
<$PLAN9/src/mkone
x11-snarfer.$O: snarfer.c
+osx-snarfer.$O: snarfer.c
(DIR) diff --git a/src/cmd/snarfer/osx-snarfer.c b/src/cmd/snarfer/osx-snarfer.c
t@@ -0,0 +1,2 @@
+#include "snarfer.c"
+