From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 16:38:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B92B16A4B3 for ; Wed, 17 Sep 2003 16:38:07 -0700 (PDT) Received: from mmp-2.gci.net (mmp-2.gci.net [208.138.130.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E2243FE1 for ; Wed, 17 Sep 2003 16:38:06 -0700 (PDT) (envelope-from jonr@destar.net) Received: from mfileserver (229-6-237-24.gci.net [24.237.6.229]) by mmp-2.gci.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HLD005KXTNHTO@mmp-2.gci.net> for freebsd-questions@FreeBSD.ORG; Wed, 17 Sep 2003 15:38:05 -0800 (AKDT) Date: Wed, 17 Sep 2003 15:31:43 -0800 From: Jon Reynolds To: FreeBSD List Message-id: <1063841503.4701.32.camel@localhost.localdomain> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Content-type: text/plain Content-transfer-encoding: 7BIT Subject: Patching SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jonr@destar.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 23:38:07 -0000 I have SSH installed with the base install of 4.7. I downloaded the patch and followed the directions: cd /usr/src - patch < /path/to/patch. when I issue that command it asks me which file I would like to patch I type in buffer.c and it tells me this file cannot be found. What file do I need to patch if not buffer.c? Thanks for any help, Jon