diff options
author | jkh <jkh@FreeBSD.org> | 1998-07-16 00:10:14 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-07-16 00:10:14 +0000 |
commit | 4fcad24d30e0d218afe8e7bf4ca4529b114a605a (patch) | |
tree | a3e510ca39eade326b5248aa00d93dd7fe3f5292 /include | |
parent | e5c5e26eccd58c2a758bcf514374f8aab86bc87e (diff) | |
download | FreeBSD-src-4fcad24d30e0d218afe8e7bf4ca4529b114a605a.zip FreeBSD-src-4fcad24d30e0d218afe8e7bf4ca4529b114a605a.tar.gz |
MF22: prototype fix.
Diffstat (limited to 'include')
-rw-r--r-- | include/ttyent.h | 2 |
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_ */ |