Applying patch into FreeBSD9

Hi,

I have downloaded the following patch to the /usr/src/sys folder: http://people.freebsd.org/~rmacklem/namei-leak.patch

And I ran the following command to apply the patch:
Code:
cd /usr/src/sys
patch < namei-leak.patch
make

Patch was applied successfully, compiler output per attached.

May I know whether the procedure on patch applying was correct? Because based on the output I can't find the patched file which is fs/nfsserver/nfs_nfsdport.c has been recompiled.

Thanks.
 

Attachments

  • freebsd.zip
    7.9 KB · Views: 130
Back
Top