diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 17:32:37 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 17:32:37 +0000 |
commit | af986c44c515589de7e082d4e13931bfbfe1eb53 (patch) | |
tree | e04dd5e048526aab197c58d4aa4b08664d764548 /sys-process/anacron/files/anacron-2.3-compile-fix-from-debian.patch | |
parent | steal from kumba (diff) | |
download | historical-af986c44c515589de7e082d4e13931bfbfe1eb53.tar.gz historical-af986c44c515589de7e082d4e13931bfbfe1eb53.tar.bz2 historical-af986c44c515589de7e082d4e13931bfbfe1eb53.zip |
Moved from sys-apps/anacron to sys-process/anacron.
Diffstat (limited to 'sys-process/anacron/files/anacron-2.3-compile-fix-from-debian.patch')
-rw-r--r-- | sys-process/anacron/files/anacron-2.3-compile-fix-from-debian.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-process/anacron/files/anacron-2.3-compile-fix-from-debian.patch b/sys-process/anacron/files/anacron-2.3-compile-fix-from-debian.patch new file mode 100644 index 000000000000..174a975f0ca3 --- /dev/null +++ b/sys-process/anacron/files/anacron-2.3-compile-fix-from-debian.patch @@ -0,0 +1,11 @@ +--- anacron-2.3/gregor.c 2000-06-23 02:00:14.000000000 +0200 ++++ anacron-2.3-maks/gregor.c 2004-03-26 20:45:13.000000000 +0100 +@@ -65,7 +65,7 @@ + { + int dn; + int i; +- const int isleap; /* save three calls to leap() */ ++ int isleap; /* save three calls to leap() */ + + /* Some validity checks */ + |