+ Fixed F_[G,S]etOwn constants. By Alexander Sychev

This commit is contained in:
michael 2001-03-27 11:46:38 +00:00
parent 388bd7c43d
commit 0798622cb8
2 changed files with 12 additions and 6 deletions

View File

@ -102,8 +102,8 @@ const
F_GetLk = 5;
F_SetLk = 6;
F_SetLkW = 7;
F_GetOwn = 8;
F_SetOwn = 9;
F_SetOwn = 8;
F_GetOwn = 9;
{********************
IOCtl(TermIOS)
@ -2895,7 +2895,10 @@ End.
{
$Log$
Revision 1.7 2001-02-11 18:55:07 peter
Revision 1.8 2001-03-27 11:46:38 michael
+ Fixed F_[G,S]etOwn constants. By Alexander Sychev
Revision 1.7 2001/02/11 18:55:07 peter
* readded removed readport* from implementation
Revision 1.6 2000/12/28 20:42:12 peter

View File

@ -102,8 +102,8 @@ const
F_GetLk = 5;
F_SetLk = 6;
F_SetLkW = 7;
F_GetOwn = 8;
F_SetOwn = 9;
F_SetOwn = 8;
F_GetOwn = 9;
{********************
IOCtl(TermIOS)
@ -2841,7 +2841,10 @@ End.
{
$Log$
Revision 1.4 2001-03-17 16:04:37 hajny
Revision 1.5 2001-03-27 11:47:25 michael
+ Fixed F_[G,S]etOwn constants. By Alexander Sychev
Revision 1.4 2001/03/17 16:04:37 hajny
* FExpand omission fixed
Revision 1.3 2001/03/16 20:09:58 hajny