summaryrefslogtreecommitdiff
path: root/pfinet/timer-emul.c
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/timer-emul.c')
-rw-r--r--pfinet/timer-emul.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pfinet/timer-emul.c b/pfinet/timer-emul.c
index 32d1fb2d..6eb20bc4 100644
--- a/pfinet/timer-emul.c
+++ b/pfinet/timer-emul.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995,96,2000 Free Software Foundation, Inc.
+ Copyright (C) 1995,96,2000,02 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -77,6 +77,8 @@ timer_function (int this_is_a_pointless_variable_with_a_rather_long_name)
(*tp->function) (tp->data);
}
}
+
+ return 0;
}