diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-07 08:47:42 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-07 08:47:42 +0000 |
commit | 523db5c65c93d004a563c998fb83c1e18322c505 (patch) | |
tree | defe46745b11fa9b4307ccee099da3cc6aec78ce /sysutils/fcron/files | |
parent | 96dcdf7bcff10970b84075e371e305199d60dbab (diff) |
Notes
Diffstat (limited to 'sysutils/fcron/files')
-rw-r--r-- | sysutils/fcron/files/patch-conf.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/fcron/files/patch-conf.c b/sysutils/fcron/files/patch-conf.c new file mode 100644 index 000000000000..081565cff8d3 --- /dev/null +++ b/sysutils/fcron/files/patch-conf.c @@ -0,0 +1,9 @@ +--- conf.c.orig Tue Dec 7 11:44:09 2004 ++++ conf.c Tue Dec 7 11:44:32 2004 +@@ -1086,5 +1086,6 @@ + break ; + + next_file: ++ ; + } + } |