diff options
author | steve <steve@FreeBSD.org> | 1996-12-14 06:16:51 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1996-12-14 06:16:51 +0000 |
commit | a958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (patch) | |
tree | f6c900411aae5013d22524ee4377362e17e0a2bb /bin/stty/cchar.c | |
parent | 1c6d77453c9343a570ad40843d4716a09846505d (diff) | |
download | FreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.zip FreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.tar.gz |
-Wall cleaning.
Diffstat (limited to 'bin/stty/cchar.c')
-rw-r--r-- | bin/stty/cchar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 8b0c970..600592a 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cchar.c,v 1.3 1995/04/28 19:29:28 ache Exp $ + * $Id: cchar.c,v 1.4 1995/05/30 00:07:25 rgrimes Exp $ */ #ifndef lint -static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; +static char const sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #include <sys/types.h> |