diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-09-30 21:03:57 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-09-30 21:03:57 +0000 |
commit | 7f7eda07801f6723d8b42202703ac0ca3e941458 (patch) | |
tree | 79f47f430ab89bce7dda900c52f9d14981724bc7 /winsup/cygwin/devices.h | |
parent | f1aeb3c82ab5e041d31034146c5d070f98316c20 (diff) | |
download | cygnal-7f7eda07801f6723d8b42202703ac0ca3e941458.tar.gz cygnal-7f7eda07801f6723d8b42202703ac0ca3e941458.tar.bz2 cygnal-7f7eda07801f6723d8b42202703ac0ca3e941458.zip |
* devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and
FH_RAWDRIVE.
* devices.shilka (dev_rawdrive_storage): Remove.
(unit_devices): Remove pointer to dev_rawdrive_storage.
(uniq_devices): Remove rawdrive entry.
* dtable.cc (build_fh_pc): Remove DEV_RAWDRIVE_MAJOR case.
* path.cc (win32_device_name): ditto.
Diffstat (limited to 'winsup/cygwin/devices.h')
-rw-r--r-- | winsup/cygwin/devices.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h index d133c8fa5..1dd6346e1 100644 --- a/winsup/cygwin/devices.h +++ b/winsup/cygwin/devices.h @@ -105,9 +105,6 @@ enum fh_devices FH_CYGDRIVE_A= FHDEV (DEV_CYGDRIVE_MAJOR, 'a'), FH_CYGDRIVE_Z= FHDEV (DEV_CYGDRIVE_MAJOR, 'z'), - DEV_RAWDRIVE_MAJOR = 66, - FH_RAWDRIVE= FHDEV (DEV_RAWDRIVE_MAJOR, 0), - DEV_TCP_MAJOR = 30, FH_TCP = FHDEV (DEV_TCP_MAJOR, 36), FH_UDP = FHDEV (DEV_TCP_MAJOR, 39), |