~ubuntu-branches/ubuntu/saucy/fdclone/saucy-proposed

« back to all changes in this revision

Viewing changes to time.c

  • Committer: Package Import Robot
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2013-03-31 20:19:19 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130331201919-vd2f75ssuh1sdctw
Tags: 3.01-1
* New upstream release
* Updated Standard-Version to 3.9.4
* Bump debhelper to 9
* debian/rules enabled hardening build flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <sys/timeb.h>
23
23
#endif
24
24
 
25
 
#ifdef  MINIX
 
25
#ifdef  GETTODNULL
26
26
#define timezonep(t)            NULL
27
27
#else
28
28
#define timezonep(t)            &(t)
50
50
#if     MSDOS
51
51
        struct timeb buffer;
52
52
#else   /* !MSDOS */
53
 
# ifndef        MINIX
 
53
# ifndef        GETTODNULL
54
54
        struct timezone tz;
55
55
# endif
56
56
        struct timeval tv;