summaryrefslogtreecommitdiffstats
path: root/src/syrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syrep.c')
-rw-r--r--src/syrep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syrep.c b/src/syrep.c
index 25d939d..534c62b 100644
--- a/src/syrep.c
+++ b/src/syrep.c
@@ -461,11 +461,11 @@ static void free_args(void) {
free(args.inputs);
}
+#include "package.h"
+
int main(int argc, char *argv[]) {
struct sigaction sa;
- fprintf(stderr, "Compiled with %i Bit off_t\n", sizeof(off_t)*8);
-
memset(&sa, 0, sizeof(sa));
sa.sa_handler = sigint;
sigaction(SIGINT, &sa, NULL);