* path.cc (windows_device_names): Add missing NULL element.
This commit is contained in:
parent
adfd477da3
commit
e6629a8ad0
@ -1,3 +1,7 @@
|
|||||||
|
Tue Apr 17 18:50:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* path.cc (windows_device_names): Add missing NULL element.
|
||||||
|
|
||||||
Tue Apr 17 12:14:54 2001 Christopher Faylor <cgf@cygnus.com>
|
Tue Apr 17 12:14:54 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* path.cc (windows_device_names): Move dsp to proper location.
|
* path.cc (windows_device_names): Move dsp to proper location.
|
||||||
|
@ -543,7 +543,7 @@ const char *windows_device_names[] =
|
|||||||
"\\dev\\socket",
|
"\\dev\\socket",
|
||||||
"\\dev\\windows",
|
"\\dev\\windows",
|
||||||
|
|
||||||
NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
|
|
||||||
"\\dev\\disk",
|
"\\dev\\disk",
|
||||||
"\\dev\\fd%d",
|
"\\dev\\fd%d",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user