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 a typo in struct naming....
details:   https://anonhg.NetBSD.org/src/rev/0ffe34081b64
branches:  trunk
changeset: 514254:0ffe34081b64
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Aug 26 17:08:09 2001 +0000
description:
Fixed a typo in struct naming. This does not seems to impact anything.
diffstat:
 sys/compat/linux/arch/powerpc/linux_signal.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 893f3a892cac -r 0ffe34081b64 sys/compat/linux/arch/powerpc/linux_signal.h
--- a/sys/compat/linux/arch/powerpc/linux_signal.h      Sun Aug 26 17:03:37 2001 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_signal.h      Sun Aug 26 17:08:09 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_signal.h,v 1.1 2001/01/19 01:31:25 manu Exp $ */
+/* $NetBSD: linux_signal.h,v 1.2 2001/08/26 17:08:09 manu Exp $ */
 
 /*-
  * Copyright (c) 1995, 1998, 2001 The NetBSD Foundation, Inc.
@@ -136,6 +136,6 @@
        int ss_flags;
        size_t ss_size;
 };
-typedef struct sigaltstack linux_stack_t;
+typedef struct linux_sigaltstack linux_stack_t;
 
 #endif /* !_POWERPC_LINUX_SIGNAL_H */
Home |
Main Index |
Thread Index |
Old Index