Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/01/1998 18:30:03
thorpej
Wed Jul 1 18:23:33 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv17492
Modified Files:
syscalls.master
Log Message:
Argh, pad the off_t args in pread/pwrite/preadv/pwritev. System call
numbers don't change since the window of brokenness was so small (1 day).
thorpej
Wed Jul 1 18:24:25 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv17512/d
Modified Files:
init_sysent.c syscalls.c
Log Message:
Regen: pad off_t args in pread/pwrite/preadv/pwritev.
thorpej
Wed Jul 1 18:24:25 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv17512/sys
Modified Files:
syscall.h syscallargs.h
Log Message:
Regen: pad off_t args in pread/pwrite/preadv/pwritev.
thorpej
Wed Jul 1 18:25:38 PDT 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv17564
Modified Files:
Makefile.inc
Added Files:
pread.c preadv.c pwrite.c pwritev.c
Log Message:
Wrappers around the indirected positional i/o system calls; the off_t
arguments must be padded.