Subject: bug in rz.c
To: None <port-pmax@NetBSD.ORG>
From: Robert Grimm <rgrimm@delft.lcs.mit.edu>
List: port-pmax
Date: 06/26/1995 17:50:15
I'm not sure if this is the proper procedure, but I found a little
bug in the ultrix compatibility code:

in line 776 of my version it reads lp->d_magic = DISKMAGIC
and the same for d_magic2 in the next line

wrap both lines with a #ifndef COMPAT_ULTRIX (some fancier solutions
are possible) and it will actually preserve the partition map from 
ultrix.

Robert