FreeBSD Bugzilla – Attachment 20745 Details for
Bug 36563
fdisk(8) program doesn't honor -t (test) when using -I.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 412 bytes, created by
Gary W. Swearingen
on 2002-03-31 08:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gary W. Swearingen
Created:
2002-03-31 08:30:01 UTC
Size:
412 bytes
patch
obsolete
>--- /usr/src/sbin/i386/fdisk/fdisk.c Sat Mar 2 15:58:41 2002 >+++ /tmp/fdisk.c Sat Mar 30 23:16:14 2002 >@@ -346,7 +346,10 @@ > dos(partp); > if (v_flag) > print_s0(-1); >- write_s0(); >+ if (!t_flag) >+ { >+ write_s0(); >+ } > exit(0); > } > if (f_flag)
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 36563
: 20745