b00dc83764
This patch removes the CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
241 B
C
13 lines
241 B
C
/*
|
|
* linux/include/asm-sparc64/namei.h
|
|
*
|
|
* Routines to handle famous /usr/gnemul/s*.
|
|
* Included from linux/fs/namei.c
|
|
*/
|
|
|
|
#ifndef __SPARC64_NAMEI_H
|
|
#define __SPARC64_NAMEI_H
|
|
|
|
#define __emul_prefix() NULL
|
|
|
|
#endif /* __SPARC64_NAMEI_H */
|