diff options
Diffstat (limited to 'lib/libsndio/sio_priv.h')
-rw-r--r-- | lib/libsndio/sio_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/sio_priv.h b/lib/libsndio/sio_priv.h index b8f8825526f..f95885d2aa9 100644 --- a/lib/libsndio/sio_priv.h +++ b/lib/libsndio/sio_priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sio_priv.h,v 1.4 2012/10/27 12:06:40 ratchov Exp $ */ +/* $OpenBSD: sio_priv.h,v 1.5 2013/04/03 03:13:32 guenther Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -40,7 +40,7 @@ struct sio_hdl { unsigned long long wcnt; /* bytes written with sio_write() */ unsigned long long rcnt; /* bytes read with sio_read() */ long long realpos; - struct timeval tv; + struct timespec ts; struct sio_par par; #endif }; |