From owner-cvs-all Tue Jan 19 05:45:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07436 for cvs-all-outgoing; Tue, 19 Jan 1999 05:45:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07430; Tue, 19 Jan 1999 05:45:16 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA27700; Tue, 19 Jan 1999 05:45:17 -0800 (PST) Date: Tue, 19 Jan 1999 05:45:17 -0800 (PST) Message-Id: <199901191345.FAA27700@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/cad/pcb/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1999/01/19 05:45:17 PST Added files: cad/pcb/patches patch-ad Log: Properly #include "search.h" into insert.c, so IsPointOnLine() will be declared in scope. This fixes the segfaults one experiences when trying to insert a point into a polygon. The patch has also been sent to the pcb mailinglist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message