~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to slirp/tcp_output.c

  • Committer: bellard
  • Date: 2004-07-12 22:33:07 UTC
  • Revision ID: git-v1:379ff53dc964ee1dc9442dac230c87a595e06a12
win32 compile


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
#include <slirp.h>
46
46
 
47
 
#define max(x,y) ((x) > (y) ? (x) : (y))
48
 
#define min(x,y) ((x) < (y) ? (x) : (y))
49
 
 
50
47
/*
51
48
 * Since this is only used in "stats socket", we give meaning
52
49
 * names instead of the REAL names