Parcourir la source

* fixed comments in sysnr.inc files

git-svn-id: trunk@47426 -
florian il y a 4 ans
Parent
commit
b2a67d4656

+ 0 - 1
rtl/linux/arm/sysnr.inc

@@ -17,7 +17,6 @@
 
 {
 * This file contains the system call numbers.
-  Last update from 2.4.22 kernel sources according to the sources it contains already the 2.5 extensions
 }
 
 Const

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

@@ -3,7 +3,7 @@
     Copyright (c) 1999-2000 by Michael Van Canneyt,
     member of the Free Pascal development team.
 
-    Syscall nrs for 2.4.18
+    Syscall nrs for i386
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.

+ 2 - 2
rtl/linux/m68k/sysnr.inc

@@ -3,8 +3,8 @@
     Copyright (c) 1999-2000 by Michael Van Canneyt,
     member of the Free Pascal development team.
 
-    Syscall nrs for 2.6.23
-
+    Syscall nrs for M68k
+    
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
 

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

@@ -3,7 +3,7 @@
     Copyright (c) 2005-06 by Thomas Schatzl,
     member of the Free Pascal development team.
 
-    Syscall numbers for 2.6.23
+    Syscall numbers for PowerPC
 
     This file contains the system call numbers.
     See the file COPYING.FPC, included in this distribution,

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

@@ -3,7 +3,7 @@
     Copyright (c) 2005-06 by Thomas Schatzl,
     member of the Free Pascal development team.
 
-    Syscall numbers for 2.6.15
+    Syscall numbers for PowerPC64
 
     This file contains the system call numbers.
     See the file COPYING.FPC, included in this distribution,

+ 1 - 1
rtl/linux/sparcgen/sysnr.inc

@@ -3,7 +3,7 @@
     Copyright (c) 2003 by Peter Vreman
     member of the Free Pascal development team.
 
-    Syscall nrs for 2.4.21 Sparc
+    Syscall nrs for Sparc
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.

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

@@ -3,7 +3,7 @@
     Copyright (c) 1999-2000 by Michael Van Canneyt,
     member of the Free Pascal development team.
 
-    Syscall nrs for 2.4.18
+    Syscall nrs for x86-64
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.