FreeBSD Bugzilla – Attachment 113413 Details for
Bug 154954
[patch] csup(1) in the CVS mode terminates before it applies all required fixups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 358 bytes, created by
Alexander Zagrebin
on 2011-02-22 07:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Zagrebin
Created:
2011-02-22 07:30:11 UTC
Size:
358 bytes
patch
obsolete
>--- contrib/csup/fixups.c.orig 2010-11-02 11:31:02.685298679 +0300 >+++ contrib/csup/fixups.c 2011-02-18 15:54:02.641377110 +0300 >@@ -141,7 +141,7 @@ fixups_get(struct fixups *f) > fixups_lock(f); > while (f->size == 0 && !f->closed) > pthread_cond_wait(&f->cond, &f->lock); >- if (f->closed) { >+ if (f->size == 0) { > fixups_unlock(f); > return (NULL); > }
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 154954
: 113413