Following up on my earlier message, I found that the following diff
allows the kernel to compile (and work):
--- linux/drivers/block/nbd.c.orig Wed Mar 10 16:07:18 1999
+++ linux/drivers/block/nbd.c Fri Mar 12 20:40:09 1999
@@ -48,7 +48,7 @@
static int nbd_blksizes[MAX_NBD];
static int nbd_blksize_bits[MAX_NBD];
static int nbd_sizes[MAX_NBD];
-static u64 nbd_bytesizes[MAX_NBD];
+static unsigned int nbd_bytesizes[MAX_NBD];
static struct nbd_device nbd_dev[MAX_NBD];
However, I don't have any partitions > 2GB, and in any case this won't
please the users of other architectures. So I still believe that a more
permanent fix is needed.
---
On the bright side, I find that the bug I reported with vfork()/execve()
in SunOS 4 emulation is gone now. Thank you!
(Yes, SunOS 4 emulation is normally turned off. I've been changing "#if 0"
to "#if 1" in include/asm-sparc/namei.h.)
--Paul Vojta, [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]