Page MenuHomeFreeBSD

D20258.id57759.diff
No OneTemporary

D20258.id57759.diff

Index: head/sys/kern/kern_descrip.c
===================================================================
--- head/sys/kern/kern_descrip.c
+++ head/sys/kern/kern_descrip.c
@@ -3409,7 +3409,7 @@
}
/* Trim unused data from kf_path by truncating the structure size. */
-static void
+void
pack_kinfo(struct kinfo_file *kif)
{
Index: head/sys/sys/user.h
===================================================================
--- head/sys/sys/user.h
+++ head/sys/sys/user.h
@@ -608,6 +608,7 @@
int flags);
int vntype_to_kinfo(int vtype);
+void pack_kinfo(struct kinfo_file *kif);
#endif /* !_KERNEL */
#endif

File Metadata

Mime Type
text/plain
Expires
Mon, May 18, 8:30 PM (17 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33267533
Default Alt Text
D20258.id57759.diff (615 B)

Event Timeline