Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 1997 02:12:28 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 ports/sysutils/lsof/pkg PLIST
Message-ID:  <19970325021228.60003@dragon.nuxi.com>
In-Reply-To: <199703250931.BAA02031@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Tue, Mar 25, 1997 at 01:31:14AM -0800
References:  <199703241843.KAA26021@freefall.freebsd.org> <199703250931.BAA02031@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
> ===>  Building for lsof-4.02
> (cd lib; make DEBUG="-O")
> gcc -O  -DFREEBSDV=300  -DHASFDESCFS -DHASPROCFS=proc  -c ckfa.c
> gcc -O  -DFREEBSDV=300  -DHASFDESCFS -DHASPROCFS=proc  -c cvfs.c
> gcc -O  -DFREEBSDV=300  -DHASFDESCFS -DHASPROCFS=proc  -c dvch.c
> In file included from /usr/include/ufs/ufs/inode.h:45,
>                  from ../dlsof.h:83,
>                  from ../lsof.h:52,
>                  from dvch.c:43:
> /usr/include/ufs/ufs/dir.h:78: warning: `DIRBLKSIZ' redefined
> /usr/include/dirent.h:52: warning: this is the location of the previous definition

HELP Bruce!

We can't include both <dirent.h> and <ufs/ufs/inode.h> in the same file.
Shouldn't we be able to?

-- 
-- David	(obrien@NUXI.com  -or-  obrien@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970325021228.60003>