DragonFly-2.3.0.636.g96fea master include fstab.h lib/libc/gen Makefile.inc fstab.c getfsent.3 sbin/dump dump.h main.c optr.c

Peter Avalos pavalos at crater.dragonflybsd.org
Tue Apr 7 00:13:43 PDT 2009


commit 96fea781285603d192ecaa5eaa6e56a5d11918c5
Author: Peter Avalos <pavalos at theshell.com>
Date:   Thu Feb 26 05:47:37 2009 -0500

    Add getfstab(3) and setfstab(3).
    
    * Use PATH_FSTAB instead of hard-coded value.
    * Change function name in dump(8) that was conflicting.
    
    Obtained-from: FreeBSD

Summary of changes:
 include/fstab.h           |   13 ++++++----
 lib/libc/gen/Makefile.inc |    3 +-
 lib/libc/gen/fstab.c      |   57 ++++++++++++++++++++++++++++++++++-----------
 lib/libc/gen/getfsent.3   |   56 +++++++++++++++++++++++++++++++++++--------
 sbin/dump/dump.h          |    2 +-
 sbin/dump/main.c          |    2 +-
 sbin/dump/optr.c          |    4 +-
 7 files changed, 102 insertions(+), 35 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/96fea781285603d192ecaa5eaa6e56a5d11918c5


-- 
DragonFly BSD source repository





More information about the Commits mailing list