diff options
| -rw-r--r-- | sys/dev/ppbus/pcfclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index ef7070079ca5..bd49ebbef6b4 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -301,7 +301,7 @@ pcfclock_read_dev(dev_t dev, char *buf, int maxretries) return (error); } -static ssize_t +static int pcfclock_read(dev_t dev, struct uio *uio, int ioflag) { u_int unit = minor(dev); |
