Date: Sun, 7 Dec 1997 22:35:08 -0800 (PST) From: Nate Williams <nate@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 Message-ID: <199712080635.WAA29329@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <karp@eecs.harvard.edu>
Revision Changes Path
1.23 +3 -3 src/usr.sbin/pccard/pccardd/cardd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712080635.WAA29329>
