diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-04-13 15:33:16 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-04-13 15:33:16 +0000 |
| commit | 474bf6693a2318caed1a0eca9c829d4138eb4c63 (patch) | |
| tree | 9a3cce78ac605f49022a499e9d1f5157cc43fbbb /libexec/getty | |
| parent | c1117f898c21eb7b44d660f05a1b2312a9672a3a (diff) | |
| parent | 712c581c89f832247f3bd702108d78c72ee8069f (diff) | |
Notes
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/extern.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index 644f93f10747..366316641b80 100644 --- a/libexec/getty/extern.h +++ b/libexec/getty/extern.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.1 (Berkeley) 6/4/93 + * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 + * $Id: extern.h,v 1.2 1994/08/17 20:10:29 pk Exp $ */ struct delayval; @@ -50,7 +51,7 @@ char *portselector __P((void)); void set_ttydefaults __P((int)); void setchars __P((void)); void setdefaults __P((void)); -long setflags __P((int)); +void setflags __P((int)); int speed __P((int)); int login_tty __P((int)); /* From libutil. */ |
