diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-16 17:46:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-16 17:46:23 +0000 |
commit | daec2ff74d21ef942dfea9da425230ebf40afbee (patch) | |
tree | a62517a8765bec77468bf4d5aaa6b3831178067c /sys | |
parent | ece395e9035648faa66ae565c279743cba759c2c (diff) |
fix typo; unbreak build
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/macppc/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index 468796b18cc..e59201bb2b7 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.57 2014/03/14 23:42:40 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.58 2014/03/16 17:46:22 kettenis Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -232,7 +232,7 @@ struct cdevsw cdevsw[] = { cdev_vscsi_init(NVSCSI,vscsi), /* 83: vscsi */ cdev_disk_init(1,diskmap), /* 84: disk mapper */ cdev_pppx_init(NPPPX,pppx), /* 85: pppx */ - cdev_notdef, /* 86 */ + cdev_notdef(), /* 86 */ cdev_drm_init(NDRM,drm), /* 87: drm */ cdev_fuse_init(NFUSE,fuse), /* 88: fuse */ }; |