aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-07-22 14:26:21 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-07-22 14:26:21 +0000
commit98ae496f7f558ecdd0a54f6c5677c755acf9665e (patch)
treee34963d27d27027f760342494526488b93d8a223 /bin
parent39c33d76ab37237e2894701336bb5cb68a6ad3bd (diff)
downloadsrc-98ae496f7f558ecdd0a54f6c5677c755acf9665e.tar.gz
src-98ae496f7f558ecdd0a54f6c5677c755acf9665e.zip
Correct some style issues in my previous commit.
Submitted by: bde
Notes
Notes: svn path=/head/; revision=48983
Diffstat (limited to 'bin')
-rw-r--r--bin/chio/Makefile4
-rw-r--r--bin/chio/chio.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index f5d2d78909b3..70c8bee11e2e 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -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
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index 056700ab58c9..f79becf62f9e 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -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>