Date: 13 Oct 1998 21:54:44 -0400 From: "Robert V. Baron" <rvb@cs.cmu.edu> To: "Justin M. Seger" <jseger@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/rdist6 Makefile Message-ID: <yzsk923ykkb.fsf@sicily.odyssey.cs.cmu.edu> In-Reply-To: "Justin M. Seger"'s message of Tue, 13 Oct 1998 17:10:17 -0700 (PDT) References: <199810140010.RAA02867@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Justin M. Seger" <jseger@FreeBSD.ORG> writes: > jseger 1998/10/13 17:10:17 PDT > > Modified files: > net/rdist6 Makefile > Log: > Mark BROKEN for CURRENT: > cc -O -pipe -DOS_H=\"os-freebsd2.h\" -I. -I../include -I../config -c filesys-os.c > filesys-os.c: In function `getmountent': > filesys-os.c:183: `MOUNT_NFS' undeclared (first use this function) > filesys-os.c:183: (Each undeclared identifier is reported only once > filesys-os.c:183: for each function it appears in.) > filesys-os.c:188: warning: unreachable code at beginning of switch statement > *** Error code 1 > > Revision Changes Path > 1.15 +6 -1 ports/net/rdist6/Makefile It should be possible to just change MOUNT_NFS to "nfs" and all should be ok. The run of Manifest constants MOUNT_<> no longer exists. They used to be indexes, but you can use strings instead. PS How is/did coda_* go? Can you point me at the packages and I'll test them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?yzsk923ykkb.fsf>