diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-18 14:39:04 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-18 14:39:04 +0000 |
| commit | fdfcd4ae29a399c685196048c9f9ce9834441979 (patch) | |
| tree | 25623ab1b5a4978fa3f4bcaff4c0146a9efab18d /sys/dev/ccd | |
| parent | 2c310722278474ac2938987685d93dbdd9830223 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ccd')
| -rw-r--r-- | sys/dev/ccd/ccd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 4465bdf5078d..6a4f5cb9b779 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -1,4 +1,4 @@ -/* $Id: ccd.c,v 1.25 1997/10/11 07:35:25 phk Exp $ */ +/* $Id: ccd.c,v 1.26 1997/10/24 14:24:55 phk Exp $ */ /* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */ @@ -173,8 +173,6 @@ static d_strategy_t ccdstrategy; static d_ioctl_t ccdioctl; static d_dump_t ccddump; static d_psize_t ccdsize; -static d_read_t ccdread; -static d_write_t ccdwrite; #define CDEV_MAJOR 74 #define BDEV_MAJOR 21 |
