FreeBSD Bugzilla – Attachment 175065 Details for
Bug 212901
sysutils/lsof fails to build on base/head after r305902
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port upgrade patch
lsof-inode.patch (text/plain), 1.70 KB, created by
Larry Rosenman
on 2016-09-22 14:45:44 UTC
(
hide
)
Description:
port upgrade patch
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2016-09-22 14:45:44 UTC
Size:
1.70 KB
patch
obsolete
>Index: sysutils/lsof/Makefile >=================================================================== >--- sysutils/lsof/Makefile (revision 421944) >+++ sysutils/lsof/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= lsof > DISTVERSION= 4.90F >+PORTREVISION= 1 > PORTEPOCH= 8 > CATEGORIES= sysutils > MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ >Index: sysutils/lsof/files/patch-dialects_freebsd_dnode.c >=================================================================== >--- sysutils/lsof/files/patch-dialects_freebsd_dnode.c (nonexistent) >+++ sysutils/lsof/files/patch-dialects_freebsd_dnode.c (working copy) >@@ -0,0 +1,20 @@ >+--- dialects/freebsd/dnode.c.orig 2016-09-22 14:38:20 UTC >++++ dialects/freebsd/dnode.c >+@@ -903,7 +903,7 @@ process_overlaid_node: >+ } else if (i) { >+ >+ #if FREEBSDV>=4000 >+- if (i->i_dev >++ if (i->i_ump->um_dev >+ >+ # if !defined(HAS_CONF_MINOR) && !defined(HAS_CDEV2PRIV) >+ && !kread((KA_T)i->i_dev, (char *)&si, sizeof(si)) >+@@ -913,7 +913,7 @@ process_overlaid_node: >+ >+ # if defined(HAS_NO_SI_UDEV) >+ # if defined(HAS_CONF_MINOR) || defined(HAS_CDEV2PRIV) >+- dev = Dev2Udev((KA_T)i->i_dev); >++ dev = Dev2Udev((KA_T)i->i_ump->um_dev); >+ # else /* !defined(HAS_CONF_MINOR) && !defined(HAS_CDEV2PRIV) */ >+ dev = Dev2Udev(&si); >+ # endif /* defined(HAS_CONF_MINOR) || defined(HAS_CDEV2PRIV) */ > >Property changes on: sysutils/lsof/files/patch-dialects_freebsd_dnode.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212901
:
175061
|
175063
|
175064
|
175065
|
175076