Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/mopd/mopd Pull up revision 1.6 (requested by r...
details: https://anonhg.NetBSD.org/src/rev/751b0e4beaa3
branches: netbsd-1-4
changeset: 470694:751b0e4beaa3
user: he <he%NetBSD.org@localhost>
date: Thu Jun 29 15:48:26 2000 +0000
description:
Pull up revision 1.6 (requested by ragge):
Fix bug which caused first load to fail.
diffstat:
usr.sbin/mopd/mopd/process.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 629e47079a08 -r 751b0e4beaa3 usr.sbin/mopd/mopd/process.c
--- a/usr.sbin/mopd/mopd/process.c Wed Jun 28 22:22:36 2000 +0000
+++ b/usr.sbin/mopd/mopd/process.c Thu Jun 29 15:48:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: process.c,v 1.5.4.1 2000/06/28 18:50:24 he Exp $ */
+/* $NetBSD: process.c,v 1.5.4.2 2000/06/29 15:48:26 he Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: process.c,v 1.5.4.1 2000/06/28 18:50:24 he Exp $");
+__RCSID("$NetBSD: process.c,v 1.5.4.2 2000/06/29 15:48:26 he Exp $");
#endif
#include "os.h"
@@ -246,8 +246,8 @@
if (dllist[i].status == DL_STATUS_FREE) {
if (slot == -1) {
slot = i;
- memmove((char *)dst,
- (char *)dllist[i].eaddr, 6);
+ memmove((char *)dllist[i].eaddr,
+ (char *)dst, 6);
}
}
}
Home |
Main Index |
Thread Index |
Old Index