Date: Mon, 7 Apr 2003 05:55:00 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include fstab.h src/lib/libc/gen Makefile.inc fstab.c getfsent.3 Message-ID: <200304071255.h37Ct02m082090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2003/04/07 05:55:00 PDT FreeBSD src repository Modified files: include fstab.h lib/libc/gen Makefile.inc fstab.c getfsent.3 Log: - Add setfstab() and getfstab(). - Use the environment variable 'PATH_FSTAB' if set rather than the hardcoded '/etc/fstab' (fstab.h:_PATH_FSTAB) Revision Changes Path 1.4 +2 -0 src/include/fstab.h 1.105 +2 -1 src/lib/libc/gen/Makefile.inc 1.14 +39 -2 src/lib/libc/gen/fstab.c 1.10 +31 -2 src/lib/libc/gen/getfsent.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304071255.h37Ct02m082090>