diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-16 00:10:14 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-16 00:10:14 +0000 |
| commit | 52c5909ee2cdbe317cf074b42ee21ce3fc538d3e (patch) | |
| tree | 4a308f5cae7e6144b4c95283b9b065bcd0e6788d /include | |
| parent | adf93ebc41f1497414a620d7eb3c4933c88cc4d6 (diff) | |
Notes
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 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_ */ |
