FreeBSD Bugzilla – Attachment 20994 Details for
Bug 36917
DOS active partition flag lost in libdisk and sysinstall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 458 bytes, created by
davidx
on 2002-04-09 08:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
davidx
Created:
2002-04-09 08:00:04 UTC
Size:
458 bytes
patch
obsolete
>--- /usr/src/usr.sbin/sysinstall/disks.c.orig Tue Apr 9 12:21:26 2002 >+++ /usr/src/usr.sbin/sysinstall/disks.c Tue Apr 9 14:08:02 2002 >@@ -528,7 +528,10 @@ > > case 'S': > /* Set Bootable */ >- chunk_info[current_chunk]->flags |= CHUNK_ACTIVE; >+ if (chunk_info[current_chunk]->flags & CHUNK_ACTIVE) >+ chunk_info[current_chunk]->flags &= ~CHUNK_ACTIVE; >+ else >+ chunk_info[current_chunk]->flags |= CHUNK_ACTIVE; > break; > > case 'U':
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36917
:
20993
| 20994