From owner-cvs-all Mon Jan 31 13:15: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87C8214A09; Mon, 31 Jan 2000 13:15:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98115; Mon, 31 Jan 2000 13:13:56 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200001312113.NAA98115@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 31 Jan 2000 13:13:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ngrep/patches patch-ngrep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 2000/01/31 13:13:56 PST Added files: net/ngrep/patches patch-ngrep.c Log: GNU configure is setting up PCAP_RESTART to use yyrestart. yyrestart in the pcap library requires a FILE * argument, ngrep is called it with none. Submitted by: Barry Lustig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message