Modify references to old syslinux unit in comments

This commit is contained in:
Pierre Muller 2023-09-19 21:53:26 +00:00
parent dd1a1d4485
commit 0f0454a092
13 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -507,7 +507,7 @@ asm
.LSyscOK:
end;
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -11,7 +11,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -11,7 +11,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -14,7 +14,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -14,7 +14,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -12,7 +12,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -12,7 +12,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -230,7 +230,7 @@ asm
end;
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -12,7 +12,7 @@
**********************************************************************}
{No debugging for syslinux include !}
{No debugging for system include !}
{$IFDEF SYS_LINUX}
{$UNDEF SYSCALL_DEBUG}
{$ENDIF SYS_LINUX}

View File

@ -188,7 +188,7 @@ begin
InOutRes := 0;
end;
// mostly stolen from syslinux
// mostly stolen from linux system unit
procedure do_open(var f;p:PAnsiChar;flags:longint; pchangeable: boolean);
{
filerec and textrec have both handle and mode as the first items so

View File

@ -220,7 +220,7 @@ begin
end;
{$ifdef IOpossix}
// mostly stolen from syslinux
// mostly stolen from linux system unit
procedure do_open(var f;p:PAnsiChar;flags:longint; pchangeable: boolean);
{
filerec and textrec have both handle and mode as the first items so

View File

@ -822,7 +822,7 @@ var
p : PPAnsiChar;
Begin
envcnt:=0;
p:=envp; {defined in syslinux}
p:=envp; {defined in system unit}
while (p^<>nil) do
begin
inc(envcnt);
@ -841,7 +841,7 @@ Begin
envstr:=''
else
begin
p:=envp; {defined in syslinux}
p:=envp; {defined in system unit}
i:=1;
while (i<Index) and (p^<>nil) do
begin