aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/books
diff options
context:
space:
mode:
Diffstat (limited to 'zh_CN.UTF-8/books')
-rw-r--r--zh_CN.UTF-8/books/arch-handbook/pci/chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zh_CN.UTF-8/books/arch-handbook/pci/chapter.xml b/zh_CN.UTF-8/books/arch-handbook/pci/chapter.xml
index 5b48abc4d1..264c2c6b59 100644
--- a/zh_CN.UTF-8/books/arch-handbook/pci/chapter.xml
+++ b/zh_CN.UTF-8/books/arch-handbook/pci/chapter.xml
@@ -80,7 +80,7 @@ static struct cdevsw mypci_cdevsw = {
*/
int
-mypci_open(struct cdev *dev, int oflags, int devtype, d_thread_t *td)
+mypci_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
{
struct mypci_softc *sc;
@@ -91,7 +91,7 @@ mypci_open(struct cdev *dev, int oflags, int devtype, d_thread_t *td)
}
int
-mypci_close(struct cdev *dev, int fflag, int devtype, d_thread_t *td)
+mypci_close(struct cdev *dev, int fflag, int devtype, struct thread *td)
{
struct mypci_softc *sc;