~ubuntu-branches/ubuntu/lucid/pavuk/lucid

Viewing all changes in revision 6.

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-11-12 09:11:47 UTC
  • Revision ID: james.westby@ubuntu.com-20081112091147-5nk4kd9o0ijpigym
Tags: 0.9.35-2.1ubuntu1
* Fixed FTBFS:
  + src/tools.c:1729:
    Changed  if((fd = open(filename, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC), 0644) < 0)
    to  if((fd = open(filename, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, 0644)) < 0)
    (Patch is inlined in .diff.gz, not introducing a new patch system)
* This upload will also catch up with latest libdb

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: