Messages in this thread |  | | Date | Mon, 16 Dec 1996 14:01:15 -0600 (CST) | From | "Uwe F. Mayer" <> | Subject | patch submission |
| |
This is a patch for a very minor typo in include/linux/types.h. The kernel sources I have are 2.0.27. Forward it to whoever takes care of it (I couldn't find out who it is). Thanks. Uwe F. Mayer <mayer@math.vanderbilt.edu> ------------------------------------------------------------------------- *** linux/include/linux/types.h.dist Mon Dec 16 09:17:00 1996 --- linux/include/linux/types.h Mon Dec 16 09:17:34 1996 *************** *** 62,68 **** typedef unsigned long u_long; /* sysv */ ! typedef unsigned char unchar; typedef unsigned short ushort; typedef unsigned int uint; typedef unsigned long ulong; --- 62,68 ---- typedef unsigned long u_long; /* sysv */ ! typedef unsigned char uchar; typedef unsigned short ushort; typedef unsigned int uint; typedef unsigned long ulong;
|  |