FreeBSD Bugzilla – Attachment 10616 Details for
Bug 21232
"restore -s" broken on 64-bit archs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 495 bytes, created by
Christian Weisgerber
on 2000-09-12 22:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2000-09-12 22:30:00 UTC
Size:
495 bytes
patch
obsolete
>Index: restore/tape.c >=================================================================== >RCS file: /home/ncvs/src/sbin/restore/tape.c,v >retrieving revision 1.17 >diff -u -r1.17 tape.c >--- restore/tape.c 2000/07/16 23:22:15 1.17 >+++ restore/tape.c 2000/09/12 20:40:10 >@@ -497,7 +497,7 @@ > rmtioctl(MTFSF, dumpnum - 1); > else > #endif >- if (ioctl(mt, (int)MTIOCTOP, (char *)&tcom) < 0) >+ if (ioctl(mt, MTIOCTOP, (char *)&tcom) < 0) > fprintf(stderr, "ioctl MTFSF: %s\n", strerror(errno)); > }
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 21232
: 10616