Page MenuHomeFreeBSD

D27959.id81645.diff
No OneTemporary

D27959.id81645.diff

diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c
--- a/usr.sbin/kldxref/kldxref.c
+++ b/usr.sbin/kldxref/kldxref.c
@@ -761,6 +761,9 @@
if (p->fts_namelen >= 8 &&
strcmp(p->fts_name + p->fts_namelen - 8, ".symbols") == 0)
continue;
+ if (p->fts_namelen >= 8 &&
+ strcmp(p->fts_name + p->fts_namelen - 8, ".pkgsave") == 0)
+ continue;
read_kld(p->fts_path, p->fts_name);
}
fts_close(ftsp);

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 23, 7:19 AM (21 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37123579
Default Alt Text
D27959.id81645.diff (438 B)

Event Timeline