Date: Mon, 20 Jul 1998 04:34:08 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <199807201134.EAA05791@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/20 04:34:07 PDT Modified files: sbin/disklabel disklabel.c Log: Clear d_boot0 and d_boot1 in the virgin label. These are overlaid by d_packname in in-core labels, so they are garbage if d_packname is initialized in the dummy label for the whole disk. dsopen() will soon initialize d_packname to "fictitious" if it is not already initialized. Fixed nearby error handling. Rev.1.7 apparently confused Perror() with perror(). Revision Changes Path 1.16 +7 -7 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807201134.EAA05791>