* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcron.c,v 1.42 2001-04-21 08:46:20 thib Exp $ */
+ /* $Id: fcron.c,v 1.43 2001-04-29 22:15:28 thib Exp $ */
#include "fcron.h"
-char rcs_info[] = "$Id: fcron.c,v 1.42 2001-04-21 08:46:20 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.43 2001-04-29 22:15:28 thib Exp $";
void main_loop(void);
void check_signal(void);
#else
c = getopt(argc, argv, "dfbhVs:");
#endif /* HAVE_GETOPT_H */
- if (c == -1) break;
+ if (c == EOF) break;
switch (c) {
case 'V':
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcrontab.c,v 1.33 2001-04-21 08:43:35 thib Exp $ */
+ /* $Id: fcrontab.c,v 1.34 2001-04-29 22:14:20 thib Exp $ */
/*
* The goal of this program is simple : giving a user interface to fcron
#include "fcrontab.h"
-char rcs_info[] = "$Id: fcrontab.c,v 1.33 2001-04-21 08:43:35 thib Exp $";
+char rcs_info[] = "$Id: fcrontab.c,v 1.34 2001-04-29 22:14:20 thib Exp $";
void info(void);
void usage(void);
while(1) {
c = getopt(argc, argv, "u:lrezdnhV");
- if (c == -1) break;
+ if (c == EOF) break;
switch (c) {
case 'V':