DragonFly-2.1.1.178.g3997c DragonFly_RELEASE_2_2 lib/libutil Makefile flopen.3 flopen.c libutil.h

Simon Schubert corecode at crater.dragonflybsd.org
Tue Feb 3 11:11:36 PST 2009


commit 3997c939d97eab60f440318f5465de289ec582fd
Author: Peter Avalos <pavalos at theshell.com>
Date:   Sat Dec 27 13:49:10 2008 -0500

    Add flopen(3) which opens and locks a file.
    
    Obtained-from: FreeBSD

Summary of changes:
 lib/libutil/Makefile  |    4 +-
 lib/libutil/flopen.3  |  107 +++++++++++++++++++++++++++++++++++++++++++++++++
 lib/libutil/flopen.c  |  107 +++++++++++++++++++++++++++++++++++++++++++++++++
 lib/libutil/libutil.h |    1 +
 4 files changed, 217 insertions(+), 2 deletions(-)
 create mode 100644 lib/libutil/flopen.3
 create mode 100644 lib/libutil/flopen.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3997c939d97eab60f440318f5465de289ec582fd


-- 
DragonFly BSD source repository





More information about the Commits mailing list