Ignore unknown pragmas.
Be less verbose when allocating uprocs.
Don't drop core dump turds all over the place when x11 goes away.
diff --git a/bin/9c b/bin/9c
index 41624f1..5939a4e 100755
--- a/bin/9c
+++ b/bin/9c
@@ -12,6 +12,7 @@
 		-Wno-switch \
 		-Wno-comment \
 		-Wno-sign-compare \
+		-Wno-unknown-pragmas \
 		-fno-omit-frame-pointer \
 	"
 	# want to put -fno-optimize-sibling-calls here but