Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mimsy!chris From: chris@mimsy.UUCP Newsgroups: comp.bugs.4bsd Subject: uuq misdeclares atof() Message-ID: <8269@mimsy.UUCP> Date: Sun, 30-Aug-87 02:23:24 EDT Article-I.D.: mimsy.8269 Posted: Sun Aug 30 02:23:24 1987 Date-Received: Sun, 30-Aug-87 18:38:14 EDT Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 31 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