diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-06-24 14:42:30 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-29 08:52:49 -0500 |
commit | 8ec7f4edcfcca6ef5d197f1d9323137ece5f7a89 (patch) | |
tree | 5d8b7b0fe3a1abd046396978e4a4037dd6100110 /slirp/main.h | |
parent | 285f7a62e464eac97e472ba6803ddede1e6c459e (diff) |
slirp: Clean up updtime
Drop redundant typecasts in both variants and remove the pointless
round-up in the UNIX version.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/main.h')
-rw-r--r-- | slirp/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/main.h b/slirp/main.h index 891220ae91..6fd38f9b62 100644 --- a/slirp/main.h +++ b/slirp/main.h @@ -11,7 +11,6 @@ #define TOWRITEMAX 512 -extern struct timeval tt; extern int link_up; extern int slirp_socket; extern int slirp_socket_unit; |