aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2011-03-11 18:11:18 +0100
committerPatrik Nyblom <[email protected]>2011-03-11 18:11:18 +0100
commit8047afd5a48434e2fb5819d52714a17ddf2b78a2 (patch)
tree1135d819688f37dcb61f81368edb526efd84e392 /erts/emulator/beam
parentf85c79166c0fcf39eaab62e39f392aa7ce83c9bf (diff)
downloadotp-8047afd5a48434e2fb5819d52714a17ddf2b78a2.tar.gz
otp-8047afd5a48434e2fb5819d52714a17ddf2b78a2.tar.bz2
otp-8047afd5a48434e2fb5819d52714a17ddf2b78a2.zip
Corrected fd_driver and cleaned up some really old code in win32/sys.[ch]
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r--erts/emulator/beam/sys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/sys.h b/erts/emulator/beam/sys.h
index ff828ae889..e64c43de6e 100644
--- a/erts/emulator/beam/sys.h
+++ b/erts/emulator/beam/sys.h
@@ -538,8 +538,8 @@ typedef struct preload {
*/
typedef struct _SysDriverOpts {
- int ifd; /* Input file descriptor (fd driver). */
- int ofd; /* Outputfile descriptor (fd driver). */
+ Uint ifd; /* Input file descriptor (fd driver). */
+ Uint ofd; /* Outputfile descriptor (fd driver). */
int packet_bytes; /* Number of bytes in packet header. */
int read_write; /* Read and write bits. */
int use_stdio; /* Use standard I/O: TRUE or FALSE. */