summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ttyent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ttyent.h b/include/ttyent.h
index 97dca3f..362299b 100644
--- a/include/ttyent.h
+++ b/include/ttyent.h
@@ -44,7 +44,7 @@
#define _TTYS_INSECURE "insecure"
#define _TTYS_WINDOW "window"
#define _TTYS_GROUP "group"
-#define _TTYS_NOGROUP "none"
+#define _TTYS_NOGROUP "none"
#define _TTYS_DIALUP "dialup"
#define _TTYS_NETWORK "network"
@@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *));
int setttyent __P((void));
int endttyent __P((void));
int isdialuptty __P((const char *));
-int isnettty __P((const char *));
+int isnetworktty __P((const char *));
__END_DECLS
#endif /* !_TTYENT_H_ */
OpenPOWER on IntegriCloud