mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
88278ca27a
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>
14 lines
233 B
C
14 lines
233 B
C
/*
|
|
* linux/include/asm-sparc/namei.h
|
|
*
|
|
* Routines to handle famous /usr/gnemul/s*.
|
|
* Included from linux/fs/namei.c
|
|
*/
|
|
|
|
#ifndef __SPARC_NAMEI_H
|
|
#define __SPARC_NAMEI_H
|
|
|
|
#define __emul_prefix() NULL
|
|
|
|
#endif /* __SPARC_NAMEI_H */
|