FreeBSD Bugzilla – Attachment 17600 Details for
Bug 31905
Update make_device_driver.sh to work post-KSE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 776 bytes, created by
simond
on 2001-11-10 22:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
simond
Created:
2001-11-10 22:30:00 UTC
Size:
776 bytes
patch
obsolete
>Index: make_device_driver.sh >=================================================================== >RCS file: /usr/nfs/ncvs/src/share/examples/drivers/make_device_driver.sh,v >retrieving revision 1.17 >diff -r1.17 make_device_driver.sh >850c850 >< ${1}ioctl (dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) >--- >> ${1}ioctl (dev_t dev, u_long cmd, caddr_t data, int flag, d_thread_t *p) >871c871 >< ${1}open(dev_t dev, int oflags, int devtype, struct proc *p) >--- >> ${1}open(dev_t dev, int oflags, int devtype, d_thread_t *p) >882c882 >< ${1}close(dev_t dev, int fflag, int devtype, struct proc *p) >--- >> ${1}close(dev_t dev, int fflag, int devtype, d_thread_t *p) >941c941 >< ${1}poll(dev_t dev, int which, struct proc *p) >--- >> ${1}poll(dev_t dev, int which, d_thread_t *p)
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 31905
: 17600