~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to src/clock_gettime_osx.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-11-24 12:26:31 UTC
  • mfrom: (1.6.1 upstream) (2.3.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20101124122631-upujekj1ek94h3x2
Tags: 1.10.6-1
* New upstream release:
  + Fixed FTBFS on alpha arch (Closes: #590257)
  + Added IPv6 support (Closes: #448390)
* debian/patches/ftbfs_kfreebsd.diff:
  + Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * files in the program, then also delete it here.
32
32
 */
33
33
/* copyright --> */
34
 
#ifndef _D_CLOCK_GETTIME_OSX_H_
35
 
#define _D_CLOCK_GETTIME_OSX_H_
 
34
#ifndef D_CLOCK_GETTIME_OSX_H
 
35
#define D_CLOCK_GETTIME_OSX_H
36
36
 
37
37
#include "timespec.h"
38
38
 
39
39
int clock_gettime(int dummyid, struct timespec* tp);
40
40
 
41
 
#endif // _D_CLOCK_GETTIME_OSX_H_
 
41
#endif // D_CLOCK_GETTIME_OSX_H