Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86_64/include Update comment.
details: https://anonhg.NetBSD.org/src/rev/5a97050ba020
branches: trunk
changeset: 534053:5a97050ba020
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sun Jul 14 12:30:36 2002 +0000
description:
Update comment.
diffstat:
sys/arch/x86_64/include/signal.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 770dbb0f2cea -r 5a97050ba020 sys/arch/x86_64/include/signal.h
--- a/sys/arch/x86_64/include/signal.h Sun Jul 14 12:29:59 2002 +0000
+++ b/sys/arch/x86_64/include/signal.h Sun Jul 14 12:30:36 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.2 2002/05/28 23:11:38 fvdl Exp $ */
+/* $NetBSD: signal.h,v 1.3 2002/07/14 12:30:36 fvdl Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -57,9 +57,9 @@
*/
struct sigcontext {
int sc_gs;
- int sc_fs; /* unused */
- int sc_es; /* unused */
- int sc_ds; /* unused */
+ int sc_fs;
+ int sc_es;
+ int sc_ds;
u_int64_t sc_r8;
u_int64_t sc_r9;
u_int64_t sc_r10;
Home |
Main Index |
Thread Index |
Old Index