summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:16:51 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:16:51 +0000
commita958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (patch)
treef6c900411aae5013d22524ee4377362e17e0a2bb /bin/test
parent1c6d77453c9343a570ad40843d4716a09846505d (diff)
downloadFreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.zip
FreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.tar.gz
-Wall cleaning.
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/operators.c4
-rw-r--r--bin/test/test.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/test/operators.c b/bin/test/operators.c
index 38d73da..7356855 100644
--- a/bin/test/operators.c
+++ b/bin/test/operators.c
@@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: operators.c,v 1.3 1994/09/24 02:59:12 davidg Exp $
*/
#ifndef lint
-static char sccsid[] = "@(#)operators.c 8.3 (Berkeley) 4/2/94";
+static char const sccsid[] = "@(#)operators.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
/*
diff --git a/bin/test/test.c b/bin/test/test.c
index 896d8d0..aef3d7e 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -33,17 +33,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: test.c,v 1.12 1995/10/28 11:54:42 ache Exp $
+ * $Id: test.c,v 1.13 1996/03/11 11:01:03 joerg Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94";
+static char const sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud