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

« back to all changes in this revision

Viewing changes to src/core/nginx.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:
203
203
    ngx_cycle_t      *cycle, init_cycle;
204
204
    ngx_core_conf_t  *ccf;
205
205
 
 
206
    if (ngx_strerror_init() != NGX_OK) {
 
207
        return 1;
 
208
    }
 
209
 
206
210
    if (ngx_get_options(argc, argv) != NGX_OK) {
207
211
        return 1;
208
212
    }