Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2008 00:42:30 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138953 for review
Message-ID:  <200803300042.m2U0gUKi001561@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138953

Change 138953 by jb@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803300042.m2U0gUKi001561>