From owner-cvs-all Tue Sep 10 2:49:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA09C37B400; Tue, 10 Sep 2002 02:49:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEAA43E4A; Tue, 10 Sep 2002 02:49:32 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8A9nWJU080404; Tue, 10 Sep 2002 02:49:32 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8A9nWNa080403; Tue, 10 Sep 2002 02:49:32 -0700 (PDT) Message-Id: <200209100949.g8A9nWNa080403@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 10 Sep 2002 02:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam Makefile ports/devel/fam/files mntent.h mntent_compat.c++ X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/10 02:49:32 PDT Modified files: devel/fam Makefile Added files: devel/fam/files mntent.h mntent_compat.c++ Log: Replace the mntent emulation code with my own versions, which are GPL'd, so that SGI can integrate them, along with the rest of the current patches, into its own tree. The BSD license on the old code was preventing that, as SGI's legal weasels will only allow them to accept GPL'd code. My stuff's more well written anyway; I know how to write C++, the old author didn't. Revision Changes Path 1.8 +8 -5 ports/devel/fam/Makefile 1.1 +67 -0 ports/devel/fam/files/mntent.h (new) 1.1 +154 -0 ports/devel/fam/files/mntent_compat.c++ (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message