- Bump up the size of the space for strings read from PCMCIA cards. Newer

cards have longer entries.

Submitted by:	Lars Fredriksen <lars@fredriks-1.pr.mcs.net>
This commit is contained in:
Nate Williams 1997-09-23 19:51:32 +00:00
parent 10c57556bc
commit a12f9b749f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29743

View File

@ -23,10 +23,10 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
* $Id: readcis.h,v 1.8 1997/02/22 16:09:00 peter Exp $
*/
#define CIS_MAXSTR 20
#define CIS_MAXSTR 30
struct tuple {
struct tuple *next;
unsigned char code;