Correct some style issues in my previous commit.

Submitted by:	bde
This commit is contained in:
Kris Kennaway 1999-07-22 14:26:21 +00:00
parent 39c33d76ab
commit 98ae496f7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48983
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $Id: Makefile,v 1.3 1998/09/15 07:48:51 gibbs Exp $
# $Id: Makefile,v 1.4 1999/06/07 13:53:56 kris Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
CFLAGS+=-I${.CURDIR}/../../sys -W -Wall
CFLAGS+=-I${.CURDIR}/../../sys
PROG= chio
SRCS= chio.c

View File

@ -1,3 +1,4 @@
/* $NetBSD: chio.c,v 1.6 1998/01/04 23:53:58 thorpej Exp $ */
/*
* Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
* All rights reserved.
@ -37,10 +38,9 @@
static const char copyright[] =
"@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
static const char rcsid[] =
"$Id";
"$Id$";
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/chio.h>
#include <err.h>