From owner-cvs-usrsbin Sun Dec 7 22:37:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA05072 for cvs-usrsbin-outgoing; Sun, 7 Dec 1997 22:37:25 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 WAA05017; Sun, 7 Dec 1997 22:36:38 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA29329; Sun, 7 Dec 1997 22:35:08 -0800 (PST) Date: Sun, 7 Dec 1997 22:35:08 -0800 (PST) Message-Id: <199712080635.WAA29329@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/12/07 22:35:08 PST Modified files: usr.sbin/pccard/pccardd cardd.c Log: - Changed strcmp to strncmp for checking the CIS manufacturer strings, since we only store CIS_MAXSTR data, and the users may stick the 'entire' CIS string returned from the card in /etc/pccard.conf and cause the comparison to (bogusly) fail. Submitted by: Brad Karp Revision Changes Path 1.23 +3 -3 src/usr.sbin/pccard/pccardd/cardd.c