> On Thu, 26 May 2011, Rick Macklem wrote:
> ...
> >  http://people.freebsd.org/~rmacklem/dtrace.patch
> >
> Hmm. Is it just me?
> Trying to test the patch I get:
> 
> (fs)(root) patch -C < dtrace.patch
> Hmm... I can't seem to find a patch in there anywhere.
> 
Here's how I apply the patch.
- download dtrace.patch to somewhere, lets say /tmp, then
# cd /usr/src/sys  <-- sys subdirectory of a current head,
                       which you don't mind messing up
                       doesn't have to be at /usr/src/sys,
                       of course.
# patch -p1 < /tmp/dtrace.patch

rick

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to