Messages in this thread |  | | Date | Sun, 20 Jan 2002 23:19:29 +0100 (CET) | From | Dave Jones <> | Subject | Re: 2.5.3-pre2: isdn_common.c compile error |
| |
On Sun, 20 Jan 2002, Frank Davis wrote:
> Hello all, > While 'make modules', I received the following error: > isdn_common.c:2256: `ISDN_MINOR_B' undeclared (first use in this function)
ISDN_MINOR_B was 0 in old trees, so replacing the error line with s/ISDN_MINOR_B + k/k/ would have same consequences.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |