projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Standardize the multiple-include protect.
[kopensolaris-gnu/glibc.git]
/
io
/
fts.h
diff --git
a/io/fts.h
b/io/fts.h
index
a6548c2
..
55194db
100644
(file)
--- a/
io/fts.h
+++ b/
io/fts.h
@@
-33,8
+33,8
@@
* @(#)fts.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _FTS_H
_
-#define _FTS_H
_
+#ifndef _FTS_H
+#define _FTS_H
1
#include <sys/cdefs.h>
#include <sys/types.h>
@@
-123,4
+123,4
@@
FTSENT *fts_read __P((FTS *));
int fts_set __P((FTS *, FTSENT *, int));
__END_DECLS
-#endif /*
!_FTS_H_
*/
+#endif /*
fts.h
*/