Hi Eric! On Fri, Mar 15, 2002 at 03:14:08PM -0600, Eric Sandeen wrote: > You could either add > > #define SYS_getdents64 __NR_getdents64 > > to /usr/include/bits/syscall.h > > or replace SYS_getdents64 with __NR_getdents64 in xfsdump. Okay -- adding the definition for SYS_getdents64 to syscall.h worked. Thanks a lot for your quick response! Stephan