Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 76786 by David Michael Leo Brown Jr. for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT gmail.com>, "Arwed von Merkatz" <v.merkatz AT gmx.net>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Jason Flatt" <jflatt AT sourcemage.org>, "Jeremy Blosser" <jblosser AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 76786 by David Michael Leo Brown Jr. for review
  • Date: Sat, 25 Mar 2006 22:05:13 +0000 (GMT)

Change 76786 by david_brown@dmlb2000-dmlb2004 on 2006/03/25 22:04:36

Okay fixed access function again, now it won't log access calls in the
log file

Affected files ...

... //sgl/grimoires/stage_root/utils/installwatch/HISTORY#10 edit
... //sgl/grimoires/stage_root/utils/installwatch/access-addition.patch#4 edit

Differences ...

==== //sgl/grimoires/stage_root/utils/installwatch/HISTORY#10 (text) ====

@@ -1,3 +1,7 @@
+2006-03-25 David Brown <dmlb2000 AT gmail.com>
+ * access-addition.patch: fixed patch to remove log function cause it's
+ not needed.
+
2006-03-24 David Brown <dmlb2000 AT gmail.com>
* BUILD: uncommented the access patch because I think it's done


==== //sgl/grimoires/stage_root/utils/installwatch/access-addition.patch#4
(text) ====

@@ -1,5 +1,5 @@
diff --git a/installwatch-0.7.0beta4/installwatch.c
b/installwatch-0.7.0beta4/installwatch.c
-index e2b2e9f..f27361e 100644
+index e2b2e9f..37bf326 100644
--- a/installwatch-0.7.0beta4/installwatch.c
+++ b/installwatch-0.7.0beta4/installwatch.c
@@ -91,6 +91,7 @@ static int (*true_truncate)(const char *
@@ -18,7 +18,7 @@

#if(GLIBC_MINOR >= 1)
true_creat64 = dlsym(libc_handle, "creat64");
-@@ -3150,6 +3152,55 @@ int utimes (const char *pathname, const
+@@ -3150,6 +3152,52 @@ int utimes (const char *pathname, const
return result;
}

@@ -64,10 +64,7 @@
+ result=true_access(pathname,type);
+ }
+ }
-+ log("%d\taccess\t%s\t#%s\n",result,instw.reslvpath,error(result));
-+
+ instw_delete(&instw);
-+
+ return result;
+}
+



  • [SM-Commit] PERFORCE change 76786 by David Michael Leo Brown Jr. for review, Perforce Review Daemon, 03/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page