~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to src/core/ngx_conf_file.c

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-16 13:47:58 UTC
  • mfrom: (4.2.31 sid)
  • Revision ID: james.westby@ubuntu.com-20110416134758-yqca2qp5crh2hw2f
Tags: 1.0.0-2
* debian/rules:
  + Removed --with-file-aio support. Fixed FTBFS on kFreeBSD-* arch
    (Closes: #621882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
507
507
            }
508
508
 
509
509
            if (len) {
510
 
                ngx_memcpy(b->start, start, len);
 
510
                ngx_memmove(b->start, start, len);
511
511
            }
512
512
 
513
513
            size = (ssize_t) (file_size - cf->conf_file->file.offset);