aboutsummaryrefslogtreecommitdiff
path: root/libexec/atrun
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-07-11 17:37:33 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-07-11 17:37:33 +0000
commit70c3c978b93f1018edbaf258b218df1df631ee42 (patch)
tree370a3aabdff7adb2f11d2c2251bbc167b7ce6d53 /libexec/atrun
parent2e96a4c68b23aa12bd3bc8f8bd964de92fe971db (diff)
Notes
Diffstat (limited to 'libexec/atrun')
-rw-r--r--libexec/atrun/atrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c
index 7780f06d87d42..1cb5e7ed57713 100644
--- a/libexec/atrun/atrun.c
+++ b/libexec/atrun/atrun.c
@@ -83,7 +83,7 @@ static const char rcsid[] =
/* File scope variables */
-static debug = 0;
+static int debug = 0;
void perr(const char *a);
static void usage(void);