DragonFly-2.3.2.308.g891d9a master sbin/mount Makefile mount.c

Alex Hornung alexh at crater.dragonflybsd.org
Thu Aug 6 03:18:20 PDT 2009


commit 891d9aee856c439ef8fc18f5ee7ab785b6c7c899
Author: Alex Hornung <ahornung at gmail.com>
Date:   Thu Aug 6 12:13:16 2009 +0100

    mount - Add missing LDADD and #include
    
    In mount.c, libutil.h was not being included, but getdevpath() is
    used.
    Also, -lutil was missing for the link stage.

Summary of changes:
 sbin/mount/Makefile |    1 +
 sbin/mount/mount.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/891d9aee856c439ef8fc18f5ee7ab785b6c7c899


-- 
DragonFly BSD source repository





More information about the Commits mailing list