Date: Mon, 24 Jun 2019 16:16:29 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 237368] /bin/df ; df on more than one unmounted device coredumps Message-ID: <bug-237368-227-736nGVHTko@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237368-227@https.bugs.freebsd.org/bugzilla/> References: <bug-237368-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237368 --- Comment #6 from Jamie Landeg-Jones <jamie@catflap.org> --- WHR, the quick fix would be: 17:15 (8) "src" jamie@thompson% diff -u bin//df/Makefile.orig bin/df/Makefi= le --- 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+=3D -I${MOUNT} -CFLAGS+=3D -DMOUNT_CHAR_DEVS +# CFLAGS+=3D -DMOUNT_CHAR_DEVS SRCS+=3D getmntopts.c LIBADD=3D xo util --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237368-227-736nGVHTko>