From 6d0e236ade14cbd719d961efda1eb51769ea0a7d Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 22 Aug 2004 15:10:53 +0000 Subject: [PATCH] Merged from sys/dev/fdc/fdc.c revision 1.283. --- sys/pc98/cbus/fdc.c | 4 ---- sys/pc98/pc98/fd.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index f9bc6af38ac2..616fd9c492dc 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -366,10 +366,6 @@ static void fd_turnon(struct fd_data *); static void fdc_reset(fdc_p); static int fd_in(struct fdc_data *, int *); static int out_fdc(struct fdc_data *, int); -/* - * The open function is named fdopen() to avoid confusion with fdopen() - * in fd(4). The difference is now only meaningful for debuggers. - */ static d_open_t fdopen; static d_close_t fdclose; static d_strategy_t fdstrategy; diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index f9bc6af38ac2..616fd9c492dc 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.c @@ -366,10 +366,6 @@ static void fd_turnon(struct fd_data *); static void fdc_reset(fdc_p); static int fd_in(struct fdc_data *, int *); static int out_fdc(struct fdc_data *, int); -/* - * The open function is named fdopen() to avoid confusion with fdopen() - * in fd(4). The difference is now only meaningful for debuggers. - */ static d_open_t fdopen; static d_close_t fdclose; static d_strategy_t fdstrategy;