From owner-cvs-sbin Fri Apr 26 11:40:05 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24913 for cvs-sbin-outgoing; Fri, 26 Apr 1996 11:40:05 -0700 (PDT) Received: (from erich@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24846 Fri, 26 Apr 1996 11:39:51 -0700 (PDT) Date: Fri, 26 Apr 1996 11:39:51 -0700 (PDT) From: "Eric L. Hernes" Message-Id: <199604261839.LAA24846@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/modload modload.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/04/26 11:39:50 Modified: sbin/modload modload.c Log: changed a strchr to a strrchr so that modules with a `.' in the path can be loaded (e.g. ./mymod.o) Revision Changes Path 1.11 +2 -2 src/sbin/modload/modload.c