Browse Source

Run dos2unix on these files

Eric Andersen 23 years ago
parent
commit
e53310b756

+ 4 - 4
libc/sysdeps/linux/sh/_mmap.c

@@ -1,5 +1,5 @@
-/* Copyright (C) 2001 Hewlett-Packard
+/* Copyright (C) 2001 Hewlett-Packard
-
+
  This program is free software; you can redistribute it and/or modify it under
  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU Library General Public License as published by the Free
  the terms of the GNU Library General Public License as published by the Free
  Software Foundation; either version 2 of the License, or (at your option) any
  Software Foundation; either version 2 of the License, or (at your option) any
@@ -17,8 +17,8 @@
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  other sundry sources.  Files within this library are copyright by their
  other sundry sources.  Files within this library are copyright by their
  respective copyright holders.
  respective copyright holders.
-*/
+*/
-
+
 #include <unistd.h>
 #include <unistd.h>
 #include <errno.h>
 #include <errno.h>
 #include <sys/mman.h>
 #include <sys/mman.h>

+ 1 - 1
libc/sysdeps/linux/sh/crt0.S

@@ -19,7 +19,7 @@
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  other sundry sources.  Files within this library are copyright by their
  other sundry sources.  Files within this library are copyright by their
  respective copyright holders.
  respective copyright holders.
-*/
+*/
 
 
 /* This is the canonical entry point, usually the first thing in the text
 /* This is the canonical entry point, usually the first thing in the text
    segment.
    segment.

+ 3 - 3
libc/sysdeps/linux/sh/longjmp.c

@@ -1,5 +1,5 @@
 /* Copyright (C) 1991, 92, 94, 95, 97, 98, 2000 Free Software Foundation, Inc.
 /* Copyright (C) 1991, 92, 94, 95, 97, 98, 2000 Free Software Foundation, Inc.
-   Copyright (C) 2001 Hewlett-Packard Australia
+   Copyright (C) 2001 Hewlett-Packard Australia
 
 
  This program is free software; you can redistribute it and/or modify it under
  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU Library General Public License as published by the Free
  the terms of the GNU Library General Public License as published by the Free
@@ -18,8 +18,8 @@
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  other sundry sources.  Files within this library are copyright by their
  other sundry sources.  Files within this library are copyright by their
  respective copyright holders.
  respective copyright holders.
-*/
+*/
-
+
 #include <stddef.h>
 #include <stddef.h>
 #include <setjmp.h>
 #include <setjmp.h>
 #include <signal.h>
 #include <signal.h>

+ 3 - 3
libc/sysdeps/linux/sh/vfork.S

@@ -1,6 +1,6 @@
 /* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 /* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
-   Copyright (C) 2001 Hewlett-Packard Australia
+   Copyright (C) 2001 Hewlett-Packard Australia
-
+
  This program is free software; you can redistribute it and/or modify it under
  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU Library General Public License as published by the Free
  the terms of the GNU Library General Public License as published by the Free
  Software Foundation; either version 2 of the License, or (at your option) any
  Software Foundation; either version 2 of the License, or (at your option) any
@@ -17,7 +17,7 @@
 
 
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  Derived in part from the Linux-8086 C library, the GNU C Library, and several
  other sundry sources.  Files within this library are copyright by their
  other sundry sources.  Files within this library are copyright by their
- respective copyright holders.
+ respective copyright holders.
 */
 */
 
 
 #include <sysdep.h>
 #include <sysdep.h>