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
Tue, Nov 11, 1:13 AM (2 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25131490
Default Alt Text
D8801.id22935.diff (408 B)

Event Timeline