From owner-cvs-include Sat Dec 6 20:29:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13612 for cvs-include-outgoing; Sat, 6 Dec 1997 20:29:55 -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 UAA13508; Sat, 6 Dec 1997 20:28:08 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA00440; Sat, 6 Dec 1997 20:26:47 -0800 (PST) Date: Sat, 6 Dec 1997 20:26:47 -0800 (PST) Message-Id: <199712070426.UAA00440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include link.h src/lib/csu/i386 crt0.c dlfcn.h dlopen.3 Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/06 20:26:47 PST Modified files: (Branch: RELENG_2_2) include link.h Log: MFC: Const correctness for dl*(). The link.h polution should probably be fixed here too. PR: 5243 Revision Changes Path 1.9.2.2 +8 -8 src/include/link.h Modified files: (Branch: RELENG_2_2) lib/csu/i386 crt0.c dlfcn.h dlopen.3 Log: MFC: Const correctness for dl*(). PR: 5243 Revision Changes Path 1.25.2.4 +9 -9 src/lib/csu/i386/crt0.c 1.2.2.3 +3 -3 src/lib/csu/i386/dlfcn.h 1.1.6.3 +3 -3 src/lib/csu/i386/dlopen.3