summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/devices.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-28 15:46:00 +0000
committerChristopher Faylor <me@cgf.cx>2003-09-28 15:46:00 +0000
commite6ba8355139d41af875894f1adb2156352d617f3 (patch)
tree2277b9aa346c7a610fa296a9d9a2e040d58a28a9 /winsup/cygwin/devices.h
parent5c770c843135040655925283c55c9163cd2c1052 (diff)
downloadcygnal-e6ba8355139d41af875894f1adb2156352d617f3.tar.gz
cygnal-e6ba8355139d41af875894f1adb2156352d617f3.tar.bz2
cygnal-e6ba8355139d41af875894f1adb2156352d617f3.zip
* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.
* devices.shilka (device::parse): Restore check for tty in unit handling, but without the previous typo. * devices.cc: Regenerate. * devices.h (DEV_CYGDRIVE_MAJOR): Change major number to one used by linux for "user-mode virtual block device".
Diffstat (limited to 'winsup/cygwin/devices.h')
-rw-r--r--winsup/cygwin/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h
index 7e7cc92df..d133c8fa5 100644
--- a/winsup/cygwin/devices.h
+++ b/winsup/cygwin/devices.h
@@ -100,7 +100,7 @@ enum fh_devices
FH_URANDOM = FHDEV (1, 9),
FH_OSS_DSP = FHDEV (14, 3),
- DEV_CYGDRIVE_MAJOR = 29,
+ DEV_CYGDRIVE_MAJOR = 98,
FH_CYGDRIVE= FHDEV (DEV_CYGDRIVE_MAJOR, 0),
FH_CYGDRIVE_A= FHDEV (DEV_CYGDRIVE_MAJOR, 'a'),
FH_CYGDRIVE_Z= FHDEV (DEV_CYGDRIVE_MAJOR, 'z'),