aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-07-16 00:10:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-07-16 00:10:14 +0000
commit52c5909ee2cdbe317cf074b42ee21ce3fc538d3e (patch)
tree4a308f5cae7e6144b4c95283b9b065bcd0e6788d /include
parentadf93ebc41f1497414a620d7eb3c4933c88cc4d6 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/ttyent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ttyent.h b/include/ttyent.h
index 362299bd9064..bfb5a9d3da65 100644
--- a/include/ttyent.h
+++ b/include/ttyent.h
@@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *));
int setttyent __P((void));
int endttyent __P((void));
int isdialuptty __P((const char *));
-int isnetworktty __P((const char *));
+int isnettty __P((const char *));
__END_DECLS
#endif /* !_TTYENT_H_ */