lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
the big lot of changes by beware
[lcore.git]
/
fd_utils.pas
diff --git
a/fd_utils.pas
b/fd_utils.pas
index ea6e833d34a5e85a00a675c381a617c603ffbb82..b07a110ce4b1824428da25b94af3375d499823d3 100755
(executable)
--- a/
fd_utils.pas
+++ b/
fd_utils.pas
@@
-26,8
+26,6
@@
interface
type
\r
FDSet= Array [0..255] of longint; {31}
\r
PFDSet= ^FDSet;
\r
-const
\r
- absoloutemaxs=(sizeof(fdset)*8)-1;
\r
\r
Procedure FD_Clr(fd:longint;var fds:fdSet);
\r
Procedure FD_Zero(var fds:fdSet);
\r