diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-03 15:44:53 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-03 15:44:53 +0000 | 
| commit | 6a263fa41da12cd4b0f9c46a6db911011b499037 (patch) | |
| tree | e92d3b1671ca60690e614a8263791b05dc3cccab /lib/libc/gen/disklabel.c | |
| parent | 2417ffe32a1be68d1d36c097b0a02d2a557d5079 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/disklabel.c')
| -rw-r--r-- | lib/libc/gen/disklabel.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index 30baf2448ca0..9e4e395dc41d 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -79,11 +79,6 @@ getdiskbyname(name)  	    (*cq = *cp) && *cq != '|' && *cq != ':')  		cq++, cp++;  	*cq = '\0'; -	/* -	 * boot name (optional)  xxboot, bootxx -	 */ -	cgetstr(buf, "b0", &dp->d_boot0); -	cgetstr(buf, "b1", &dp->d_boot1);  	if (cgetstr(buf, "ty", &cq) > 0 && strcmp(cq, "removable") == 0)  		dp->d_flags |= D_REMOVABLE;  | 
