Bugtraq mailing list archives

Re: nfsbug


From: jmb () kryten Atinc COM (Jonathan M. Bresler)
Date: Wed, 24 Aug 1994 09:32:51 -0400 (EDT)


On Tue, 23 Aug 1994, Forrest Aldrich wrote:

I transferred this file, but cannot get it to compile on AIX or BSDI-1.1...
anyone got diffs?

        started working on this this morning, heres what i got so far.
this goes into nfsbug.c at the top.  still have link problems though.  
compiled out of the box on a sun, alas

 #if defined (BSD)
#       include <sys/types.h>
#       include <arpa/inet.h>
#       include <sys/time.h>
#       include <sys/ucred.h>
#       include <sys/uio.h>
#       include <ufs/quota.h>
#       include <sys/vnode.h>
#       include <sys/mount.h>
#       include <sys/types.h>
#else
#       include <sys/sysmacros.h>
#       include <arpa/inet.h>
#       include <sys/time.h>
#       include <sys/vnode.h>
#       include <sys/vfs.h>
#       include <sys/sysmacros.h>
#endif

jmb
Jonathan M. Bresler  jmb () kryten atinc com    | Analysis & Technology, Inc.  
                                                | 2341 Jeff Davis Hwy
play go.                                        | Arlington, VA 22202
ride bike. hack FreeBSD.--ah the good life      | 703-418-2800 x346



Current thread: