diff options
author | 2001-04-29 18:56:12 +0000 | |
---|---|---|
committer | 2001-04-29 18:56:12 +0000 | |
commit | 10c81725554311c54ee5a4941b18a3f51dcdc414 (patch) | |
tree | e82d6e847a41cdd001dc5cd8ad8e0abbe0136ba3 /dev-util/lincvs | |
parent | fixed the dodoc section of install. (diff) | |
download | historical-10c81725554311c54ee5a4941b18a3f51dcdc414.tar.gz historical-10c81725554311c54ee5a4941b18a3f51dcdc414.tar.bz2 historical-10c81725554311c54ee5a4941b18a3f51dcdc414.zip |
Other missed files
Diffstat (limited to 'dev-util/lincvs')
-rw-r--r-- | dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff b/dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff new file mode 100644 index 000000000000..1c3f8356869b --- /dev/null +++ b/dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff @@ -0,0 +1,11 @@ +--- LinCVS-0.3/src/globals.cpp~ Wed Feb 21 03:53:49 2001 ++++ LinCVS-0.3/src/globals.cpp Sun Apr 29 10:26:39 2001 +@@ -18,7 +18,7 @@ + + #include <iostream.h> + #include <stdlib.h> +-#include <sys/time.h> ++#include <time.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <unistd.h> |