small patch to fb.h

Andries.Brouwer@cwi.nl
Thu, 1 Apr 1999 01:51:03 +0200 (MET DST)


--- fb.h~ Thu Apr 1 01:18:41 1999
+++ fb.h Thu Apr 1 01:27:50 1999
@@ -295,7 +295,7 @@

struct fb_info {
char modename[40]; /* default video mode */
- int node;
+ kdev_t node;
int flags;
#define FBINFO_FLAG_MODULE 1 /* Low-level driver is a module */
struct fb_ops *fbops;

(I just created a kernel where kdev_t is a pointer
and am running it. The nfs stuff is still just as broken
as last year, but otherwise not many bugs were introduced.
However, I stumbled over the above one.)

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/