diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-09-29 14:14:35 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-09-29 14:14:35 +0000 |
| commit | 9f099823a1cce543a9bef86d807dd7528828f1b4 (patch) | |
| tree | 3030dbd164a5d0630a8ae422f301c2717111b4c5 /sys/dev/raidframe | |
| parent | ca0ef5374fbdfa09e29ca56a195c2b432273396c (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_decluster.c | 2 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_freebsdkintf.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_decluster.c b/sys/dev/raidframe/rf_decluster.c index 147cfd0303f7b..646a5add91677 100644 --- a/sys/dev/raidframe/rf_decluster.c +++ b/sys/dev/raidframe/rf_decluster.c @@ -66,7 +66,7 @@ __FBSDID("$FreeBSD$"); extern int rf_copyback_in_progress; /* debug only */ /* found in rf_kintf.c */ -int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req); +extern int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req); #if (RF_INCLUDE_PARITY_DECLUSTERING > 0) || (RF_INCLUDE_PARITY_DECLUSTERING_PQ > 0) diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c index d391fcd7204df..d4646aac0e547 100644 --- a/sys/dev/raidframe/rf_freebsdkintf.c +++ b/sys/dev/raidframe/rf_freebsdkintf.c @@ -219,7 +219,6 @@ static struct cdevsw raidctl_cdevsw = { .d_close = raidctlclose, .d_ioctl = raidctlioctl, .d_name = "raidctl", - .d_maj = 201, }; /* |
