projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(__getmntent_r): Don't return with locked stream.
[kopensolaris-gnu/glibc.git]
/
misc
/
ttyent.h
diff --git
a/misc/ttyent.h
b/misc/ttyent.h
index
a3b4550
..
58a1d7a
100644
(file)
--- a/
misc/ttyent.h
+++ b/
misc/ttyent.h
@@
-33,9
+33,9
@@
* @(#)ttyent.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _TTYENT_H_
+#ifndef _TTYENT_H
+#define _TTYENT_H 1
-#define _TTYENT_H_ 1
#include <features.h>
#define _PATH_TTYS "/etc/ttys"
@@
-66,4
+66,4
@@
extern int endttyent __P ((void));
__END_DECLS
-#endif /*
!_TTYENT_H_
*/
+#endif /*
ttyent.h
*/