看板 DFBSD_commit 關於我們 聯絡資訊
commit 891d9aee856c439ef8fc18f5ee7ab785b6c7c899 Author: Alex Hornung <ahornung@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