Page MenuHomeFreeBSD

D8801.id22935.diff
No OneTemporary

D8801.id22935.diff

Index: bin/df/df.c
===================================================================
--- bin/df/df.c
+++ bin/df/df.c
@@ -247,6 +247,8 @@
#ifdef MOUNT_CHAR_DEVS
} else if (S_ISCHR(stbuf.st_mode)) {
if ((mntpt = getmntpt(*argv)) == NULL) {
+ xo_warnx(
+ "df on unmounted devices is deprecated");
mdev.fspec = *argv;
mntpath = strdup("/tmp/df.XXXXXX");
if (mntpath == NULL) {

File Metadata

Mime Type
text/plain
Expires
Mon, May 18, 5:16 PM (7 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33259389
Default Alt Text
D8801.id22935.diff (408 B)

Event Timeline