diff options
-rw-r--r-- | pflocal/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/io.c b/pflocal/io.c index 0dec56e0..67d0349e 100644 --- a/pflocal/io.c +++ b/pflocal/io.c @@ -308,7 +308,7 @@ S_io_stat (struct sock_user *user, struct stat *st) struct sock *sock; struct pipe *rpipe, *wpipe; - void copy_time (time_value_t *from, time_t *to_sec, unsigned long *to_nsec) + void copy_time (time_value_t *from, time_t *to_sec, long *to_nsec) { *to_sec = from->seconds; *to_nsec = from->microseconds * 1000; |