From owner-cvs-all Tue Oct 13 18:55:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14846 for cvs-all-outgoing; Tue, 13 Oct 1998 18:55:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sicily.odyssey.cs.cmu.edu (SICILY.ODYSSEY.CS.CMU.EDU [128.2.185.138]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA14839; Tue, 13 Oct 1998 18:55:15 -0700 (PDT) (envelope-from rvb+@sicily.odyssey.cs.cmu.edu) To: "Justin M. Seger" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/rdist6 Makefile References: <199810140010.RAA02867@freefall.freebsd.org> From: "Robert V. Baron" Date: 13 Oct 1998 21:54:44 -0400 In-Reply-To: "Justin M. Seger"'s message of Tue, 13 Oct 1998 17:10:17 -0700 (PDT) Message-ID: Lines: 26 X-Mailer: Gnus v5.4.46/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Justin M. Seger" 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