diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:19:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:19:34 +0000 |
commit | be0a1ac3793cd197747bb916f03991f0dd5eccae (patch) | |
tree | d126eb4e863ca2baf200e61622c410f3861f3900 /bin/stty/modes.c | |
parent | c7d032fc4ac7d7924b20e1fea418272346d8c78c (diff) |
missing protos
Diffstat (limited to 'bin/stty/modes.c')
-rw-r--r-- | bin/stty/modes.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/stty/modes.c b/bin/stty/modes.c index a79953c1d3d..1a06d47927a 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modes.c,v 1.7 2003/06/11 23:42:12 deraadt Exp $ */ +/* $OpenBSD: modes.c,v 1.8 2003/07/02 21:19:33 deraadt Exp $ */ /* $NetBSD: modes.c,v 1.9 1996/05/07 18:20:09 jtc Exp $ */ /*- @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: modes.c,v 1.7 2003/06/11 23:42:12 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: modes.c,v 1.8 2003/07/02 21:19:33 deraadt Exp $"; #endif #endif /* not lint */ @@ -42,6 +42,7 @@ static char rcsid[] = "$OpenBSD: modes.c,v 1.7 2003/06/11 23:42:12 deraadt Exp $ #include <stddef.h> #include <string.h> #include "stty.h" +#include "extern.h" struct modes { const char *name; |