Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mopd/mopcopy Fix obvious copy&pasto
details: https://anonhg.NetBSD.org/src/rev/d6374c98213e
branches: trunk
changeset: 941733:d6374c98213e
user: martin <martin%NetBSD.org@localhost>
date: Thu Oct 29 08:50:42 2020 +0000
description:
Fix obvious copy&pasto
diffstat:
usr.sbin/mopd/mopcopy/mopcopy.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2f14acba6daf -r d6374c98213e usr.sbin/mopd/mopcopy/mopcopy.c
--- a/usr.sbin/mopd/mopcopy/mopcopy.c Thu Oct 29 06:55:51 2020 +0000
+++ b/usr.sbin/mopd/mopcopy/mopcopy.c Thu Oct 29 08:50:42 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mopcopy.c,v 1.8 2020/10/27 17:16:24 abs Exp $ */
+/* $NetBSD: mopcopy.c,v 1.9 2020/10/29 08:50:42 martin Exp $ */
/* mopcopy - Convert a Unix format kernel into something that
* can be transferred via MOP.
@@ -49,7 +49,7 @@
#include "port.h"
#ifndef lint
-__RCSID("$NetBSD: mopcopy.c,v 1.8 2020/10/27 17:16:24 abs Exp $");
+__RCSID("$NetBSD: mopcopy.c,v 1.9 2020/10/29 08:50:42 martin Exp $");
#endif
#include "os.h"
@@ -72,7 +72,7 @@
#define MID_VAX 150
#endif
#if !defined(MID_VAX1K)
-#define MID_VAX 140
+#define MID_VAX1K 140
#endif
#ifndef NOELF
Home |
Main Index |
Thread Index |
Old Index