Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/25/1997 19:40:02
kleink
Mon Aug 25 12:31:44 PDT 1997
Update of /cvsroot/src/lib/libc/db/mpool
In directory netbsd1:/var/slash-tmp/cvs-serv17584/lib/libc/db/mpool

Modified Files:
	mpool.libtp 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:45 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv17584/lib/libc/gen

Modified Files:
	getcap.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:47 PDT 1997
Update of /cvsroot/src/lib/libutil
In directory netbsd1:/var/slash-tmp/cvs-serv17584/lib/libutil

Modified Files:
	login.c logout.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:48 PDT 1997
Update of /cvsroot/src/libexec/comsat
In directory netbsd1:/var/slash-tmp/cvs-serv17584/libexec/comsat

Modified Files:
	comsat.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:49 PDT 1997
Update of /cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv17584/libexec/ftpd

Modified Files:
	ftpd.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:50 PDT 1997
Update of /cvsroot/src/libexec/rpc.rquotad
In directory netbsd1:/var/slash-tmp/cvs-serv17584/libexec/rpc.rquotad

Modified Files:
	rquotad.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:52 PDT 1997
Update of /cvsroot/src/libexec/telnetd
In directory netbsd1:/var/slash-tmp/cvs-serv17584/libexec/telnetd

Modified Files:
	sys_term.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:53 PDT 1997
Update of /cvsroot/src/sbin/newlfs
In directory netbsd1:/var/slash-tmp/cvs-serv17584/sbin/newlfs

Modified Files:
	newfs.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:55 PDT 1997
Update of /cvsroot/src/sbin/savecore
In directory netbsd1:/var/slash-tmp/cvs-serv17584/sbin/savecore

Modified Files:
	savecore.c savecore_old.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:56 PDT 1997
Update of /cvsroot/src/usr.bin/login
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.bin/login

Modified Files:
	login.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:31:59 PDT 1997
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.bin/make

Modified Files:
	arch.c job.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:00 PDT 1997
Update of /cvsroot/src/usr.bin/quota
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.bin/quota

Modified Files:
	quota.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:01 PDT 1997
Update of /cvsroot/src/usr.bin/systat
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.bin/systat

Modified Files:
	vmstat.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:02 PDT 1997
Update of /cvsroot/src/usr.bin/tip
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.bin/tip

Modified Files:
	uucplock.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:04 PDT 1997
Update of /cvsroot/src/usr.sbin/bad144
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.sbin/bad144

Modified Files:
	bad144.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:05 PDT 1997
Update of /cvsroot/src/usr.sbin/edquota
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.sbin/edquota

Modified Files:
	edquota.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:06 PDT 1997
Update of /cvsroot/src/usr.sbin/rbootd
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.sbin/rbootd

Modified Files:
	rmpproto.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:07 PDT 1997
Update of /cvsroot/src/usr.sbin/rwhod
In directory netbsd1:/var/slash-tmp/cvs-serv17584/usr.sbin/rwhod

Modified Files:
	rwhod.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.


kleink
Mon Aug 25 12:32:11 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv17584/sys/kern

Modified Files:
	vfs_syscalls.c 
Log Message:
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.