Revision: 14291 Author: adrian.chadd Date: Sat Aug 22 01:37:47 2009 Log: Issue 53 - fix bitrotted code
http://code.google.com/p/lusca-cache/source/detail?r=14291 Modified: /branches/LUSCA_HEAD/tools/ufs_log_build.c /branches/LUSCA_HEAD/tools/ufs_log_cat.c ======================================= --- /branches/LUSCA_HEAD/tools/ufs_log_build.c Fri Jul 3 23:22:10 2009 +++ /branches/LUSCA_HEAD/tools/ufs_log_build.c Sat Aug 22 01:37:47 2009 @@ -258,7 +258,7 @@ store_ufs_init(&store_ufs_info, argv[1], atoi(argv[2]), atoi(argv[3]), argv[4]); /* Output swap header to stdout */ - (void) storeSwapLogPrintHeader(1); + (void) storeSwapLogPrintHeader(stdout); read_dir(&store_ufs_info); store_ufs_done(&store_ufs_info); ======================================= --- /branches/LUSCA_HEAD/tools/ufs_log_cat.c Sun May 3 07:48:02 2009 +++ /branches/LUSCA_HEAD/tools/ufs_log_cat.c Sat Aug 22 01:37:47 2009 @@ -140,7 +140,7 @@ } /* begin echo'ing the log info */ - storeSwapLogPrintHeader(1); /* to stdout */ + storeSwapLogPrintHeader(stdout); /* Now - loop over until eof or error */ while (! feof(fp)) { --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en -~----------~----~----~----~------~----~------~--~---
