~ubuntu-branches/ubuntu/lucid/nginx/lucid-updates

« back to all changes in this revision

Viewing changes to src/core/ngx_times.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2008-12-01 20:11:53 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081201201153-q0ap33bcphfxriy3
Tags: 0.6.34-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #303916)
  + debian/control:
    - Add Depend on lsb >= 3.2-14, which has the status_of_proc() function.
  + debian/init.d:
    - Add sourcing to '. /lib/lsb/init-functions'
    - Add the 'status' action
  + Fixed FTBFS by properly defining IOV_MAX to its Linux equivelent.
  + Added dpatch based patch system

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
u_char *ngx_http_cookie_time(u_char *buf, time_t t);
26
26
void ngx_gmtime(time_t t, ngx_tm_t *tp);
27
27
 
 
28
time_t ngx_next_time(time_t when);
 
29
#define ngx_next_time_n      "mktime()"
 
30
 
28
31
 
29
32
extern volatile ngx_time_t  *ngx_cached_time;
30
33