]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update abandoned code for sysdeps/generic demise.
authorRoland McGrath <roland@gnu.org>
Sun, 8 Jan 2006 06:50:00 +0000 (06:50 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 8 Jan 2006 06:50:00 +0000 (06:50 +0000)
sysdeps/am29k/ffs.c
sysdeps/i960/ffs.c
sysdeps/m88k/ffs.c
sysdeps/unix/bsd/sun/sethostid.c
sysdeps/unix/sysv/irix4/reboot.c
sysdeps/unix/sysv/irix4/swapon.c

index 6f080db4422fcbfaeb4d1ac7379a2461d40bf11c..9abd2c6bca17506d52049362f1802a3aba622029 100644 (file)
@@ -1,6 +1,6 @@
 /* ffs -- find first set bit in a word, counted from least significant end.
    For Amd 290x0.
-   Copyright (C) 1991, 1992, 1997, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1997, 2004, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Torbjorn Granlund (tege@sics.se).
 
@@ -39,5 +39,5 @@ weak_alias (__ffs, ffs)
 libc_hidden_builtin_def (ffs)
 
 #else
-#include <sysdeps/generic/ffs.c>
+#include <string/ffs.c>
 #endif
index ad907a4ecbcd52783f2998b923a249d3146c5083..090d1148b5e977352c52b1a5a75263a40df66c0d 100644 (file)
@@ -1,7 +1,7 @@
 /* ffs -- find first set bit in a word, counted from least significant end.
    For i960 Core architecture
    This file is part of the GNU C Library.
-   Copyright (C) 1994, 1997, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1997, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
    On-Line Applications Research Corporation.
 
@@ -41,6 +41,6 @@ libc_hidden_builtin_def (ffs)
 
 #else
 
-#include <sysdeps/generic/ffs.c>
+#include <string/ffs.c>
 
 #endif
index b7db70fd3b42b18012c5bccb34944826e18a9388..9381f54b0bbe593aec9c8035956ff586dfb0058c 100644 (file)
@@ -1,7 +1,7 @@
 /* ffs -- find first set bit in a word, counted from least significant end.
    For Motorola 88000.
    This file is part of the GNU C Library.
-   Copyright (C) 1991, 1992, 1997, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1997, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Torbjorn Granlund (tege@sics.se).
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -41,5 +41,5 @@ weak_alias (__ffs, ffs)
 libc_hidden_builtin_def (ffs)
 
 #else
-#include <sysdeps/generic/ffs.c>
+#include <string/ffs.c>
 #endif
index aeb2940f4267abc1602d09f3f472b687a4e64cf0..6c0d39db5cc47f9181f3f7a8ee120e12add5e40c 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/generic/sethostid.c>
+#include <misc/sethostid.c>
index 4d90e6fc564206498f33d7de8becbdbf195159b9..7c9dbba7707d578c17ebc694dd454ce1ea7684ef 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/generic/reboot.c>
+#include <misc/reboot.c>
index 54885a883e8c7a8a6c7996ca09dfede2693cb507..43c5222a43e2be189b24e63658a9df58a69b0773 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/generic/swapon.c>
+#include <misc/swapon.c>