diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-24 17:07:44 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-24 17:07:44 +0000 |
commit | 500127f922c086c3325211acf71fc0826c5a997d (patch) | |
tree | b9388802ad1e24e4111d5bddd6845eac4f33da05 /comms/mlan/files | |
parent | 8674b327f0b43d2e4f77af521bbcec8feb8b761c (diff) | |
download | ports-500127f922c086c3325211acf71fc0826c5a997d.tar.gz ports-500127f922c086c3325211acf71fc0826c5a997d.zip |
Notes
Diffstat (limited to 'comms/mlan/files')
-rw-r--r-- | comms/mlan/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mlan/files/patch-ab b/comms/mlan/files/patch-ab index 6e35c77d7ccf..14aeeccf98c6 100644 --- a/comms/mlan/files/patch-ab +++ b/comms/mlan/files/patch-ab @@ -164,7 +164,7 @@ diff -u --new-file -r ../R1/examples/freebsd/lib/serial.c ./examples/freebsd/lib +// +void msDelay(int len) +{ -+ usleep(len * 10000); ++ usleep(len * 1000); +} + + |