about summary refs log tree commit diff
path: root/sysdeps/i960
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-08 06:50:00 +0000
committerRoland McGrath <roland@gnu.org>2006-01-08 06:50:00 +0000
commit660a71b93bda0e6d11ff0a9e4c6c8994dcd53c6f (patch)
tree4387ff2d11d1f03d35768d9d5367e1a08fa9adb5 /sysdeps/i960
parent74df46e30f351b4bf4d25455ff43209a1a6077e3 (diff)
downloadglibc-660a71b93bda0e6d11ff0a9e4c6c8994dcd53c6f.tar.gz
glibc-660a71b93bda0e6d11ff0a9e4c6c8994dcd53c6f.tar.xz
glibc-660a71b93bda0e6d11ff0a9e4c6c8994dcd53c6f.zip
Update abandoned code for sysdeps/generic demise.
Diffstat (limited to 'sysdeps/i960')
-rw-r--r--sysdeps/i960/ffs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i960/ffs.c b/sysdeps/i960/ffs.c
index ad907a4ecb..090d1148b5 100644
--- a/sysdeps/i960/ffs.c
+++ b/sysdeps/i960/ffs.c
@@ -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