[comp.bugs.4bsd] uuq misdeclares atof

chris@mimsy.UUCP (08/30/87)

Index:	usr.bin/uucp/uuq.c 4.3BSD Fix

Description:
	uuq declares atof() float; it is double.

Repeat-by:
	Install a stdio.h that declares function types.

Fix:
RCS file: RCS/uuq.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -c2 -r1.1 -r1.2
*** /tmp/,RCSt1006238	Sat Aug 29 23:36:32 1987
--- /tmp/,RCSt2006238	Sat Aug 29 23:36:33 1987
***************
*** 62,66 ****
  
  char *malloc(), *calloc();
! float atof();
  float baudrate = 1200.;
  char Username[BUFSIZ];
--- 62,66 ----
  
  char *malloc(), *calloc();
! double atof();
  float baudrate = 1200.;
  char Username[BUFSIZ];
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
Domain:	chris@mimsy.umd.edu	Path:	seismo!mimsy!chris