summaryrefslogtreecommitdiffstats
path: root/include/ttyent.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-07-16 00:10:14 +0000
committerjkh <jkh@FreeBSD.org>1998-07-16 00:10:14 +0000
commit4fcad24d30e0d218afe8e7bf4ca4529b114a605a (patch)
treea3e510ca39eade326b5248aa00d93dd7fe3f5292 /include/ttyent.h
parente5c5e26eccd58c2a758bcf514374f8aab86bc87e (diff)
downloadFreeBSD-src-4fcad24d30e0d218afe8e7bf4ca4529b114a605a.zip
FreeBSD-src-4fcad24d30e0d218afe8e7bf4ca4529b114a605a.tar.gz
MF22: prototype fix.
Diffstat (limited to 'include/ttyent.h')
-rw-r--r--include/ttyent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ttyent.h b/include/ttyent.h
index 362299b..bfb5a9d 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_ */
OpenPOWER on IntegriCloud