[Bug 237368] /bin/df ; df on more than one unmounted device coredumps

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 24 16:16:32 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237368

--- Comment #6 from Jamie Landeg-Jones <jamie at catflap.org> ---
WHR, the quick fix would be:

17:15 (8) "src" jamie at thompson% diff -u bin//df/Makefile.orig bin/df/Makefile
--- bin//df/Makefile.orig       2017-03-04 11:31:08.753360000 +0000
+++ bin/df/Makefile     2019-04-18 21:54:54.741564000 +0100
@@ -10,7 +10,7 @@

 CFLAGS+= -I${MOUNT}

-CFLAGS+= -DMOUNT_CHAR_DEVS
+# CFLAGS+= -DMOUNT_CHAR_DEVS
 SRCS+= getmntopts.c

 LIBADD=        xo util

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list