Adjust getdirentries() to allow basep to be NULL. Use off_t for the loff
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Nov 2007 18:35:46 +0000 (18:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Nov 2007 18:35:46 +0000 (18:35 +0000)
commit7fd3e801b5bde70056e6e5cc245333f6a2fee6e2
treef23746ab2b58314c91ca7225fffb997a8129484f
parent1399fa3b912dcd7fd971e0bd232af8de8261ddb7
Adjust getdirentries() to allow basep to be NULL.  Use off_t for the loff
calculation, but we can't change basep's documented type yet.
sys/kern/vfs_syscalls.c