K 10 svn:author V 3 bde K 8 svn:date V 27 1996-10-06T16:30:15.000000Z K 7 svn:log V 475 Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt. Staticized it in userconfig. The one in pcvt is unused. Removed bogus unused arg to getchar(). This should not have compiled in the USERCONFIG_BOOT case, but the getchar() was also non-prototyped and defined in K&R style. Staticized the badly named global variable `next'. Even static variables should have a unique module-specific prefix so that they can be referenced easily in debuggers, etc. END