I'm trying to apply the latest OpenBSD patch off of bugs.digium.com and I'm having trouble. I get loads of errors (below) when I'm trying to apply this patch to a standard cvs checkout of * and suspect that this may be the root cause of my problems. Can anyone provide any advice as to what I need to do. TIA, Jason And the errors are... bash-2.05b# patch -C < openbsd.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |==================================================================|+++ Makefile 5 Feb 2004 13:34:01 -0000 -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 23. 1 out of 1 hunks failed--saving rejects to Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: aesopt.h |==================================================================|+++ aesopt.h 5 Feb 2004 13:34:02 -0000 -------------------------- Patching file aesopt.h using Plan A... Hunk #1 failed at 148. 1 out of 1 hunks failed--saving rejects to aesopt.h.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: channels/Makefile |==================================================================|+++ channels/Makefile 5 Feb 2004 13:34:02 -0000 -------------------------- Patching file channels/Makefile using Plan A... Hunk #1 failed at 52. Hunk #2 failed at 79. Hunk #3 failed at 129. Hunk #4 failed at 149. Hunk #5 failed at 170. 5 out of 5 hunks failed--saving rejects to channels/Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: channels/chan_h323.c |==================================================================|+++ channels/chan_h323.c 5 Feb 2004 13:34:03 -0000 -------------------------- Patching file channels/chan_h323.c using Plan A... Hunk #1 succeeded at 26 with fuzz 2. Hunk #2 failed at 59. 1 out of 2 hunks failed--saving rejects to channels/chan_h323.c.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: channels/h323/Makefile |==================================================================|+++ channels/h323/Makefile 5 Feb 2004 13:34:04 -0000 -------------------------- Patching file channels/h323/Makefile using Plan A... Hunk #1 failed at 1. Hunk #2 failed at 29. 2 out of 2 hunks failed--saving rejects to channels/h323/Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: include/asterisk/frame.h |==================================================================|--- include/asterisk/frame.h 4 Nov 2003 02:40:09 -0000 1.27 |+++ include/asterisk/frame.h 5 Feb 2004 13:34:04 -0000 -------------------------- Patching file include/asterisk/frame.h using Plan A... Hunk #1 failed at 27. 1 out of 1 hunks failed--saving rejects to include/asterisk/frame.h.rej done