summaryrefslogtreecommitdiffstats
path: root/src/syrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syrep.c')
-rw-r--r--src/syrep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syrep.c b/src/syrep.c
index 03cf5d8..25d939d 100644
--- a/src/syrep.c
+++ b/src/syrep.c
@@ -464,6 +464,8 @@ static void free_args(void) {
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);