Subject: Re: PR11150 on login_getclass()
To: None <itojun@iijlab.net>
From: Martin J. Laubach <mjl@emsi.priv.at>
List: tech-userlevel
Date: 10/12/2000 02:19:40
| 	something like this?

  Yes. 

| +	char *classfiles[2];

  I'd even do away with that and just use a char *classfile, since
the second element isn't ever used. Other than that it looks really
good.

	mjl