Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



christos
Wed Oct  8 00:10:51 EDT 1997
Update of /cvsroot/src/lib/libpthread/pthreads
In directory netbsd1:/var/slash-tmp/cvs-serv3486

Modified Files:
        file.c 
Log Message:
Fix prototypes for flockfile and funlockfile to take a const FILE,
since they don't modify it.


christos
Wed Oct  8 00:11:17 EDT 1997
Update of /cvsroot/src/lib/libpthread/pthreads
In directory netbsd1:/var/slash-tmp/cvs-serv3511

Modified Files:
        signal.c 
Log Message:
Avoid volatile warnings.


christos
Wed Oct  8 00:12:34 EDT 1997
Update of /cvsroot/src/lib/libpthread/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv3535

Modified Files:
        ftell.c 
Log Message:
How did this ever work? Fix to pass fileno(fp), instead of fp to lseek.
Pass off_t instead of fpos_t as the second argument.


christos
Wed Oct  8 00:13:28 EDT 1997
Update of /cvsroot/src/lib/libpthread/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv3600

Modified Files:
        funopen.c 
Log Message:
Cast functions to the proper signatures and avoid const clash.


christos
Wed Oct  8 00:14:01 EDT 1997
Update of /cvsroot/src/lib/libpthread/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv3624

Modified Files:
        vfprintf.c 
Log Message:
Don't cast things to u_quad_t, but to u_long.


christos
Wed Oct  8 00:14:40 EDT 1997
Update of /cvsroot/src/lib/libpthread/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv3665

Modified Files:
        fflush.c 
Log Message:
Wow, call the function, don't just mention its name!




Home | Main Index | Thread Index | Old Index