FreeBSD Bugzilla – Attachment 10732 Details for
Bug 21436
pkg_install will not compile without errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 625 bytes, created by
bonk1138
on 2000-09-21 04:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bonk1138
Created:
2000-09-21 04:20:00 UTC
Size:
625 bytes
patch
obsolete
>Index: extract.c >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/extract.c,v >retrieving revision 1.25 >diff -u -r1.25 extract.c >--- extract.c 1999/08/28 01:17:55 1.25 >+++ extract.c 2000/09/21 03:08:27 >@@ -249,6 +249,14 @@ > case PLIST_IGNORE: > p = p->next; > break; >+ case PLIST_UNEXEC: >+ case PLIST_SRC: >+ case PLIST_DISPLAY: >+ case PLIST_PKGDEP: >+ case PLIST_MTREE: >+ case PLIST_DIR_RM: >+ case PLIST_IGNORE_INST: >+ case PLIST_OPTION: > } > p = p->next; > }
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 21436
: 10732 |
10733