aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linedisc.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-27 07:40:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-27 07:40:44 +0000
commitf477b4fd53c9d44de740f387d4bd1a539f362a82 (patch)
treea0059f01ff6698bf795ef82b49cdf6c60ec05d08 /sys/sys/linedisc.h
parent4c61f9036b5bded4d1b3613ef97a32326756af62 (diff)
downloadsrc-f477b4fd53c9d44de740f387d4bd1a539f362a82.tar.gz
src-f477b4fd53c9d44de740f387d4bd1a539f362a82.zip
NODEVFS cleanup:
Remove cdevsw_add() and cdevsw_remove(), they served us well for a long time. Bump __FreeBSD_version to 500104 to mark this.
Notes
Notes: svn path=/head/; revision=111600
Diffstat (limited to 'sys/sys/linedisc.h')
-rw-r--r--sys/sys/linedisc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h
index 7be960f48b7d..a6466ea4ad67 100644
--- a/sys/sys/linedisc.h
+++ b/sys/sys/linedisc.h
@@ -307,8 +307,6 @@ static moduledata_t name##_mod = { \
DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE)
-int cdevsw_add(struct cdevsw *_new);
-int cdevsw_remove(struct cdevsw *_old);
int count_dev(dev_t _dev);
void destroy_dev(dev_t _dev);
void revoke_and_destroy_dev(dev_t _dev);