$ ls -l egcs/gcc/prefix.h
-rw-rw-r-- 1 rth cygnus 1061 Jan 7 1999 egcs/gcc/prefix.h
$ ls -l egcs/gcc/prefix*
-rw-rw-r-- 1 rth cygnus 8862 Aug 15 23:40 egcs/gcc/prefix.c
$ find egcs/gcc | grep prefix
egcs/gcc/prefix.c
$ find egcs/gcc -name 'prefix\*'
$
Getdents isn't listing prefix.h for some reason.
./egcs is a symlink through an autofs nfs mount to another
alpha linux box (also running 2.3.13 fwiw).
Thoughts?
r~
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/