PERFORCE change 138953 for review

John Birrell jb at FreeBSD.org
Sat Mar 29 17:42:31 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=138953

Change 138953 by jb at jb_freebsd1 on 2008/03/30 00:42:28

	constify an arg for now. A later IFC will replace this, I think.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/kern_lock.c#22 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/kern_lock.c#22 (text+ko) ====

@@ -207,7 +207,7 @@
  */
 int
 _lockmgr_args(struct lock *lkp, u_int flags, struct mtx *interlkp,
-    const char *wmesg, int prio, int timo, char *file, int line)
+    const char *wmesg, int prio, int timo, const char *file, int line)
 
 {
 	struct thread *td;


More information about the p4-projects mailing list