]> sourceware.org Git - systemtap.git/commitdiff
2007-09-24 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Mon, 24 Sep 2007 14:16:25 +0000 (14:16 +0000)
committerhunt <hunt>
Mon, 24 Sep 2007 14:16:25 +0000 (14:16 +0000)
* link.c (main): Don't check result code.

testsuite/systemtap.syscall/ChangeLog
testsuite/systemtap.syscall/link.c

index c9d8077b0426eee24bfe138a78d64f5932fb6203..33221283b778d7bffe02f0938c3be1700c0be02d 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-24  Martin Hunt  <hunt@redhat.com>
+
+       * link.c (main): Don't check result code.
+
 2007-09-19  Martin Hunt  <hunt@redhat.com>
        PR 4931
        * test-debug.tcl (cleanup): Remove print.
index 072c244072a0a382fe8e01a0d8fa93ac1c5f8bfa..89d7545db9846d14f9f89b2fdd5578cd28164abe 100644 (file)
@@ -25,7 +25,7 @@ int main()
   // symlink ("foobar", "Sfoobar") = 0
 
   readlink("Sfoobar", buf, sizeof(buf));
-  // readlink ("Sfoobar", XXXX, 128) = 6
+  // readlink ("Sfoobar", XXXX, 128)
 
   return 0;
 }
This page took 0.029101 seconds and 5 git commands to generate.