Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 02/24/1995 23:10:04
cgd
Fri Feb 24 23:02:19 PST 1995
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/usr/src/lib/libc/stdio

Modified Files:
	vfscanf.c 
Log Message:
when you have a quad and want to assign to a pointer, you must say:
	ptr = (ptr_type)(long)quad;
to quiet the compiler.


cgd
Fri Feb 24 23:06:45 PST 1995
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/usr/src/lib/libc/stdio

Modified Files:
	vfprintf.c 
Log Message:
when you have a pointer and want to assign to a quad, you must cast it
to long to quiet the compiler.