diff options
author | 2001-04-24 15:59:19 +0000 | |
---|---|---|
committer | 2001-04-24 15:59:19 +0000 | |
commit | 0c4f3dbc1036944d98d7a868f479eb6988a7d227 (patch) | |
tree | 12c3e89a6fc3acbaca54e117b19245aeb6f8d6e8 /net-dialup/wvdial/files | |
parent | Added libMesaGL symlinks (diff) | |
download | gentoo-2-0c4f3dbc1036944d98d7a868f479eb6988a7d227.tar.gz gentoo-2-0c4f3dbc1036944d98d7a868f479eb6988a7d227.tar.bz2 gentoo-2-0c4f3dbc1036944d98d7a868f479eb6988a7d227.zip |
Fixed glibc-2.2.2 issue
Diffstat (limited to 'net-dialup/wvdial/files')
-rw-r--r-- | net-dialup/wvdial/files/digest-wvdial-1.41-r3 | 1 | ||||
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.41-r3 b/net-dialup/wvdial/files/digest-wvdial-1.41-r3 new file mode 100644 index 000000000000..37e0192a0917 --- /dev/null +++ b/net-dialup/wvdial/files/digest-wvdial-1.41-r3 @@ -0,0 +1 @@ +MD5 753312352281f0d8c8579f2ffbffeae2 wvdial-1.41.tar.gz diff --git a/net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff b/net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff new file mode 100644 index 000000000000..178ba8ad6fd6 --- /dev/null +++ b/net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff @@ -0,0 +1,11 @@ +--- wvdial-1.41/streams/wvstream.cc~ Thu Oct 21 00:37:04 1999 ++++ wvdial-1.41/streams/wvstream.cc Tue Apr 24 15:55:07 2001 +@@ -9,7 +9,7 @@ + * for each stream. + */ + #include "wvstream.h" +-#include <sys/time.h> ++#include <time.h> + #include <sys/types.h> + #include <errno.h> + #include <assert.h> |