Browse Source

Plan 9 from Bell Labs 2009-05-14

David du Colombier 15 years ago
parent
commit
1f184153d4
2 changed files with 8 additions and 1 deletions
  1. 1 1
      sys/man/8/cron
  2. 7 0
      sys/src/cmd/rc/plan9.c

+ 1 - 1
sys/man/8/cron

@@ -111,7 +111,7 @@ Here is the job that mails system news.
 .EX
 % cat /cron/upas/cron
 # send system news
-15 8-17, 21 ***	helix	/mail/lib/mailnews
+15 8-17,21 * * *	helix	/mail/lib/mailnews
 %
 .EE
 .SH FILES

+ 7 - 0
sys/src/cmd/rc/plan9.c

@@ -646,3 +646,10 @@ havewaitpid(int pid)
 			return 1;
 	return 0;
 }
+
+/* avoid loading any floating-point library code */
+int
+_efgfmt(Fmt *)
+{
+	return -1;
+}