Changeset 23eb4547791a903f1dff8004ffc01db1cc4c1699

Show
Ignore:
Timestamp:
19/12/07 21:42:12 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1198096932 +0000
git-parent:

[d235db697e8200c8029ec73cc04e190cc25fca72]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1198096932 +0000
Message:

Fix stupid logic

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/mtime.c

    rbec377a r23eb454  
    7777#  undef CLOCK_MONOTONIC 
    7878#  define CLOCK_MONOTONIC CLOCK_REALTIME 
    79 #  ifndef HAVE_CLOCK_NANOSLEEP 
    80 #   error We have quite a situation here! Fix me if it ever happens. 
    81 #  endif 
     79#elif !defined (HAVE_CLOCK_NANOSLEEP) 
     80/* Clock selection without clock in the first place, I don't think so. */ 
     81#  error We have quite a situation here! Fix me if it ever happens. 
    8282#endif 
    8383