Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb6/sim/ppc don't pretend to have do_fstatvfs
details: https://anonhg.NetBSD.org/src/rev/22ec57332c22
branches: trunk
changeset: 753710:22ec57332c22
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 07 17:13:10 2010 +0000
description:
don't pretend to have do_fstatvfs
diffstat:
gnu/dist/gdb6/sim/ppc/emul_netbsd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8c3ed60207ec -r 22ec57332c22 gnu/dist/gdb6/sim/ppc/emul_netbsd.c
--- a/gnu/dist/gdb6/sim/ppc/emul_netbsd.c Wed Apr 07 16:14:35 2010 +0000
+++ b/gnu/dist/gdb6/sim/ppc/emul_netbsd.c Wed Apr 07 17:13:10 2010 +0000
@@ -1390,7 +1390,7 @@
/* 355 */ { 0, "uuidgen" },
/* 356 */ { 0, "getvfsstat" },
/* 357 */ { 0, "statvfs1" },
- /* 358 */ { do_fstatvfs, "fstatvfs1" },
+ /* 358 */ { 0, "fstatvfs1" },
{ 0, }, /* 359 is old fhstatvfs1 */
/* 360 */ { 0, "extattrctl" },
/* 361 */ { 0, "extattr_set_file" },
Home |
Main Index |
Thread Index |
Old Index