summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-09 00:12:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-09 00:12:13 +0000
commita316d611782ca21d1688469ad3c9699c8f2636c8 (patch)
tree3b6997c827384dfcb758e999cf7bccb41807cd81 /sys/arch/landisk
parent4df68521ee9e95f48147879b0f05ef940b1667c7 (diff)
no newline at end of cpu_model
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/landisk/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/landisk/machdep.c b/sys/arch/landisk/landisk/machdep.c
index 7fef5d35356..a594da9966f 100644
--- a/sys/arch/landisk/landisk/machdep.c
+++ b/sys/arch/landisk/landisk/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.6 2006/11/06 19:12:13 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.7 2006/11/09 00:12:12 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
/*-
@@ -116,7 +116,7 @@ cpu_startup(void)
extern char cpu_model[120];
/* XXX: show model (LANDISK/USL-5P) */
- strlcpy(cpu_model, "I-O DATA USL-5P\n", sizeof cpu_model);
+ strlcpy(cpu_model, "I-O DATA USL-5P", sizeof cpu_model);
sh_startup();
}