FreeBSD Bugzilla – Attachment 151576 Details for
Bug 196692
sysutils/mbgtools: Remove d_thread_t usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove_d_thread_t.patch
file_196692.txt (text/plain), 1.41 KB, created by
John Baldwin
on 2015-01-13 19:14:14 UTC
(
hide
)
Description:
remove_d_thread_t.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2015-01-13 19:14:14 UTC
Size:
1.41 KB
patch
obsolete
>Index: sysutils/mbgtools/files/patch-mbgclock-mbgclock_main.c >=================================================================== >--- sysutils/mbgtools/files/patch-mbgclock-mbgclock_main.c (revision 0) >+++ sysutils/mbgtools/files/patch-mbgclock-mbgclock_main.c (working copy) >@@ -0,0 +1,20 @@ >+--- mbgclock/mbgclock_main.c.orig 2015-01-10 10:47:02.000000000 -0500 >++++ mbgclock/mbgclock_main.c 2015-01-10 10:47:17.000000000 -0500 >+@@ -135,7 +135,7 @@ >+ * attach routine when we create the /dev entry. >+ */ >+ int >+-mbgclock_open( struct cdev *dev, int oflags, int devtype, d_thread_t *td ) >++mbgclock_open( struct cdev *dev, int oflags, int devtype, struct thread *td ) >+ { >+ struct mbgclock_softc *psc = dev->si_drv1; >+ PCPS_DDEV *pddev = psc->pddev; >+@@ -152,7 +152,7 @@ >+ >+ >+ int >+-mbgclock_close( struct cdev *dev, int fflag, int devtype, d_thread_t *td ) >++mbgclock_close( struct cdev *dev, int fflag, int devtype, struct thread *td ) >+ { >+ struct mbgclock_softc *psc = dev->si_drv1; >+ PCPS_DDEV *pddev = psc->pddev; > >Property changes on: sysutils/mbgtools/files/patch-mbgclock-mbgclock_main.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 196692
: 151576