Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Use Elf_Sym
details: https://anonhg.NetBSD.org/src/rev/f85d9dfbaecd
branches: trunk
changeset: 338368:f85d9dfbaecd
user: matt <matt%NetBSD.org@localhost>
date: Wed May 20 07:24:49 2015 +0000
description:
Use Elf_Sym
diffstat:
sys/compat/netbsd32/netbsd32_ioctl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 15f2ceba4506 -r f85d9dfbaecd sys/compat/netbsd32/netbsd32_ioctl.h
--- a/sys/compat/netbsd32/netbsd32_ioctl.h Wed May 20 07:16:15 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_ioctl.h Wed May 20 07:24:49 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_ioctl.h,v 1.47 2015/05/20 04:09:37 matt Exp $ */
+/* $NetBSD: netbsd32_ioctl.h,v 1.48 2015/05/20 07:24:49 matt Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -537,7 +537,7 @@
struct netbsd32_ksyms_gsymbol {
netbsd32_charp kg_name;
union {
- Elf64_Sym ku_sym;
+ Elf_Sym ku_sym;
} _un;
};
Home |
Main Index |
Thread Index |
Old Index