Annoying changes to work on Sun boxes.
diff --git a/src/lib9/await.c b/src/lib9/await.c
index 67e99b8..ba94c28 100644
--- a/src/lib9/await.c
+++ b/src/lib9/await.c
@@ -38,7 +38,9 @@
 	SIGVTALRM,	"sys: virtual time alarm",
 	SIGPROF,		"sys: profiling timer alarm",
 	SIGWINCH,	"sys: window size change",
+#ifdef SIGINFO
 	SIGINFO,		"sys: status request",
+#endif
 	SIGUSR1,		"sys: usr1",
 	SIGUSR2,		"sys: usr2",
 };