diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-09 04:38:18 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-09 04:38:18 +0000 |
commit | 668a930df48edbde62acf9bc2c3779e93a4b81bc (patch) | |
tree | 5d97a8e5faf00fcba1a3321f5a5bbc5e54efd401 /sys | |
parent | 158ca8cb94ae57065d6956f0b8a7aab41d1a78ac (diff) |
Merge error in previous version caused compilation failure.
Commit properly started and terminated.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/powerpc/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c index 2f521753b11..99197a31a16 100644 --- a/sys/arch/powerpc/powerpc/machdep.c +++ b/sys/arch/powerpc/powerpc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.27 1999/11/09 00:20:42 rahnds Exp $ */ +/* $OpenBSD: machdep.c,v 1.28 1999/11/09 04:38:17 rahnds Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -346,6 +346,7 @@ where = 3; #endif #endif + /* * Figure out ethernet address. */ (void)power4e_get_eth_addr(); |