diff options
author | Steve Price <steve@FreeBSD.org> | 1996-12-14 06:16:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1996-12-14 06:16:51 +0000 |
commit | 4507dafda42e789c97442fb62f9b2ed44c9765d3 (patch) | |
tree | f6c900411aae5013d22524ee4377362e17e0a2bb /bin/stty/cchar.c | |
parent | db5b8caf544a6761865ff39f2e1a76fb8fe57b63 (diff) |
-Wall cleaning.
Notes
Notes:
svn path=/head/; revision=20424
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 8b0c97004024..600592a0daaf 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> |