summaryrefslogtreecommitdiff
path: root/mcon/U/i_time.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/i_time.U')
-rw-r--r--mcon/U/i_time.U10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcon/U/i_time.U b/mcon/U/i_time.U
index f1ae816..cdf1519 100644
--- a/mcon/U/i_time.U
+++ b/mcon/U/i_time.U
@@ -1,12 +1,12 @@
-?RCS: $Id: i_time.U,v 3.0 1993/08/18 12:08:45 ram Exp $
+?RCS: $Id$
?RCS:
-?RCS: Copyright (c) 1991-1993, Raphael Manfredi
+?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS:
?RCS: You may redistribute only under the terms of the Artistic Licence,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic Licence; a copy of which may be found at the root
-?RCS: of the source tree for dist 3.0.
+?RCS: of the source tree for dist 4.0.
?RCS:
?RCS: $Log: i_time.U,v $
?RCS: Revision 3.0 1993/08/18 12:08:45 ram
@@ -73,7 +73,7 @@ $cat >try.c <<'EOCP'
#ifdef I_SYSSELECT
#include <sys/select.h>
#endif
-main()
+int main()
{
struct tm foo;
#ifdef S_TIMEVAL
@@ -118,7 +118,7 @@ for i_systime in '-DI_SYSTIME' ''; do
'') $echo $n ".$c"
if $cc $ccflags \
$i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone \
- try.c -o try >/dev/null 2>&1 ; then
+ -o try try.c >/dev/null 2>&1 ; then
set X $i_time $i_systime $i_systimek $sysselect $s_timeval
shift
flags="$*"