~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to src/os/unix/ngx_errno.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-05-31 18:38:56 UTC
  • mfrom: (1.1.10 upstream) (4.1.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20090531183856-3xhvf6wd0bw5556i
Tags: 0.7.59-1
* New upstream release, first in Debian for the 0.7 branch. Among other
  issues, it also fixes the problem with wildcard dns names used with SSL.
  (Closes: #515904)
* debian/watch: updated.
* debian/postinst: fixed a bashism. (Closes: #507913)
* debian/conf/nginx.conf: removed default_type. (Closes: #509390)
* debian/control: updated Standards-Version to 3.8.1, no changes needed.
* debian/NEWS.Debian: documented the issues with
  server_names_hash_bucket_size. (Closes: #524785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define NGX_EACCES        EACCES
24
24
#define NGX_EBUSY         EBUSY
25
25
#define NGX_EEXIST        EEXIST
 
26
#define NGX_EXDEV         EXDEV
26
27
#define NGX_ENOTDIR       ENOTDIR
27
28
#define NGX_EISDIR        EISDIR
28
29
#define NGX_EINVAL        EINVAL
43
44
#define NGX_EHOSTUNREACH  EHOSTUNREACH
44
45
#define NGX_ENOSYS        ENOSYS
45
46
#define NGX_ECANCELED     ECANCELED
 
47
#define NGX_EILSEQ        EILSEQ
46
48
#define NGX_ENOMOREFILES  0
47
49
 
48
50