From: Thibault Godouet Date: Mon, 30 Apr 2001 03:02:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6852153b4633fcd500a164ec869ac7e3383f53a7;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 98a5a98..93d71b1 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -22,11 +22,12 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.c,v 1.1 2001-04-29 22:22:56 thib Exp $ */ + /* $Id: convert-fcrontab.c,v 1.2 2001-04-30 03:02:28 thib Exp $ */ + #include "convert-fcrontab.h" -char rcs_info[] = "$Id: convert-fcrontab.c,v 1.1 2001-04-29 22:22:56 thib Exp $"; +char rcs_info[] = "$Id: convert-fcrontab.c,v 1.2 2001-04-30 03:02:28 thib Exp $"; void info(void); void usage(void);