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
Thu, Jun 11, 6:52 AM (19 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33870252
Default Alt Text
D8801.id22935.diff (408 B)

Event Timeline