patch-inviz_num_c 425 B

12345678910111213141516171819
  1. $OpenBSD: patch-inviz_num_c,v 1.1 2010/05/23 16:13:33 espie Exp $
  2. --- inviz_num.c.orig Sun May 23 18:11:00 2010
  3. +++ inviz_num.c Sun May 23 18:11:38 2010
  4. @@ -1,5 +1,6 @@
  5. #include <stdio.h>
  6. #include <ctype.h>
  7. +#include <stdlib.h>
  8. #include "translate.h"
  9. extern char *prog;
  10. @@ -30,7 +31,6 @@ int line;
  11. char mode = 'I';
  12. char outbuf[1000];
  13. - double strtod();
  14. unsigned long strtou();
  15. while (*str) {