Module Name:    src
Committed By:   christos
Date:           Wed Apr  7 17:13:10 UTC 2010

Modified Files:
        src/gnu/dist/gdb6/sim/ppc: emul_netbsd.c

Log Message:
don't pretend to have do_fstatvfs


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c
diff -u src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c:1.3 src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c:1.4
--- src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c:1.3	Wed Apr  7 08:58:33 2010
+++ src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c	Wed Apr  7 13:13:10 2010
@@ -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" },

Reply via email to