Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Sat Jan 31 12:36:49 PST 1998
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv11045
Modified Files:
stdlib.h
Log Message:
Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2
merge (ints -> longs). The only platform on which this might have caused
a problem is the Alpha, and it happens to be safe because the first 6 arguments
are passed in registers on the Alpha (and are thus implicitly promoted to
longs anyhow).
Home |
Main Index |
Thread Index |
Old Index