Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/powerpc Fixed an error in a comment



details:   https://anonhg.NetBSD.org/src/rev/ff954430f5a0
branches:  trunk
changeset: 508519:ff954430f5a0
user:      manu <manu%NetBSD.org@localhost>
date:      Thu Apr 12 19:32:35 2001 +0000

description:
Fixed an error in a comment

diffstat:

 sys/compat/linux/arch/powerpc/linux_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8c6c46b7f634 -r ff954430f5a0 sys/compat/linux/arch/powerpc/linux_machdep.h
--- a/sys/compat/linux/arch/powerpc/linux_machdep.h     Thu Apr 12 19:21:20 2001 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_machdep.h     Thu Apr 12 19:32:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.h,v 1.1 2001/01/19 01:31:24 manu Exp $ */
+/*     $NetBSD: linux_machdep.h,v 1.2 2001/04/12 19:32:35 manu Exp $ */
 
 /*-
  * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc.
@@ -131,9 +131,9 @@
  * linux sigframe in a nutshell (however we don't use it):
  *
  * struct linux_sigframe {
- *             struct linux_sigregs    lsg;
  *             char _gap[LINUX__SIGNAL_FRAMESIZE];
  *             struct sigcontext lsc;
+ *             struct linux_sigregs    lsg;
  * };
  */
 



Home | Main Index | Thread Index | Old Index