aboutsummaryrefslogtreecommitdiff
path: root/netem/paretonormal.c
diff options
context:
space:
mode:
Diffstat (limited to 'netem/paretonormal.c')
-rw-r--r--netem/paretonormal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/netem/paretonormal.c b/netem/paretonormal.c
index ed75f288..9773e370 100644
--- a/netem/paretonormal.c
+++ b/netem/paretonormal.c
@@ -11,7 +11,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
-#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
@@ -44,7 +43,7 @@ paretovalue(int i)
if (dvalue > 32767)
dvalue = 32767;
return (int)rint(dvalue);
-}
+}
int
main(int argc, char **argv)