瀏覽代碼

Modify references to old syslinux unit in comments

Pierre Muller 1 年之前
父節點
當前提交
0f0454a092

+ 1 - 1
rtl/linux/arm/syscall.inc

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

+ 1 - 1
rtl/linux/i386/syscall.inc

@@ -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}

+ 1 - 1
rtl/linux/mips/syscall.inc

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

+ 1 - 1
rtl/linux/mips64/syscall.inc

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

+ 1 - 1
rtl/linux/powerpc/syscall.inc

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

+ 1 - 1
rtl/linux/powerpc64/syscall.inc

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

+ 1 - 1
rtl/linux/sparc/syscall.inc

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

+ 1 - 1
rtl/linux/sparc64/syscall.inc

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

+ 1 - 1
rtl/linux/x86_64/syscall.inc

@@ -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}

+ 1 - 1
rtl/linux/xtensa/syscall.inc

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

+ 1 - 1
rtl/netware/sysfile.inc

@@ -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

+ 1 - 1
rtl/netwlibc/sysfile.inc

@@ -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

+ 2 - 2
rtl/unix/dos.pp

@@ -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