~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/include/bsdfmt.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
/* For u_int and u_long, and other types we might want. */
71
71
#include <unistd.h>
 
72
#include <sys/param.h>
72
73
#include <sys/types.h>
73
74
#include <stddef.h>
74
75
 
 
76
#if defined(__FreeBSD__) && __FreeBSD_version < 500029
 
77
#define INTMAX_MAX   9223372036854775807LL
 
78
#define UINTMAX_MAX  18446744073709551615ULL
 
79
typedef int64        intmax_t;
 
80
typedef uint64       uintmax_t;
 
81
typedef int32        wint_t;
 
82
#endif
 
83
 
75
84
#endif // }
76
85
 
77
86
/*