]> git.sesse.net Git - vlc/blobdiff - src/misc/mtime.c
* Menu item to maximize the volume in Mac OS X ;
[vlc] / src / misc / mtime.c
index 4772425b5cc09f87a276b96a31a5abb909c46e7a..0ac77f40e101af2248c72e89e81b08cff8c1e589 100644 (file)
@@ -3,7 +3,7 @@
  * Functions are prototyped in mtime.h.
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: mtime.c,v 1.30 2002/05/17 16:38:41 sam Exp $
+ * $Id: mtime.c,v 1.31 2002/05/18 13:33:44 massiot Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -55,8 +55,8 @@
 #if defined(HAVE_NANOSLEEP) && !defined(HAVE_STRUCT_TIMESPEC)
 struct timespec
 {
-    time_t tv_sec;
-    long tv_sec;
+    time_t  tv_sec;
+    int32_t tv_nsec;
 };
 #endif