From owner-cvs-include Fri Nov 28 11:07:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA01643 for cvs-include-outgoing; Fri, 28 Nov 1997 11:07:29 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA01565; Fri, 28 Nov 1997 11:05:28 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA27874; Fri, 28 Nov 1997 11:05:15 -0800 (PST) Date: Fri, 28 Nov 1997 11:05:15 -0800 (PST) Message-Id: <199711281905.LAA27874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include link.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/11/28 11:05:14 PST Modified files: include link.h Log: Remove the prototypes for dlopen and related functions. They don't belong here. The standard place for them is , and there is already another copy of the prototypes there. Revision Changes Path 1.16 +1 -10 src/include/link.h