Signed-off-by: Tang Chen <[email protected]>
---
  testcases/kernel/syscalls/fchmod/fchmod03.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/syscalls/fchmod/fchmod03.c 
b/testcases/kernel/syscalls/fchmod/fchmod03.c
index 9c4ab34..d0c1255 100644
--- a/testcases/kernel/syscalls/fchmod/fchmod03.c
+++ b/testcases/kernel/syscalls/fchmod/fchmod03.c
@@ -178,7 +178,7 @@ void cleanup()
      TEST_CLEANUP;

      if (close(fd) == -1)
-        tst_brkm(TWARN|TERRNO, "close failed");
+        tst_brkm(TWARN|TERRNO, NULL, "close failed");

      tst_rmdir();

-- 
1.7.0.4


-- 
Best Regards,
Tang chen



------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to