~ubuntu-branches/ubuntu/precise/freerdp/precise-updates

« back to all changes in this revision

Viewing changes to libfreerdp-utils/pcap.c

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador, Jeremy Bicha
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.1.7) (9.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211103405-mk0gjhjn70eeyxul
Tags: 1.0.1-1
[ Jeremy Bicha ]
* New upstream release. Closes: #659332.
* Updated symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <time.h>
27
27
#include <sys/timeb.h>
28
28
 
 
29
#if !defined(__MINGW32__) && !defined(__MINGW64__)
29
30
struct timeval
30
31
{
31
32
        long tv_sec;
32
33
        long tv_usec;
33
34
};
 
35
#endif
34
36
 
35
37
int gettimeofday(struct timeval* tp, void* tz)
36
38
{