lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect executable status from files
[lcore.git]
/
ltimevalstuff.pas
diff --git
a/ltimevalstuff.pas
b/ltimevalstuff.pas
old mode 100755
(executable)
new mode 100644
(file)
index
b955ef5
..
5e81933
--- a/
ltimevalstuff.pas
+++ b/
ltimevalstuff.pas
@@
-3,10
+3,14
@@
which is included in the package
\r
----------------------------------------------------------------------------- }
\r
\r
which is included in the package
\r
----------------------------------------------------------------------------- }
\r
\r
+{$ifdef fpc}
\r
+ {$mode delphi}
\r
+{$endif}
\r
+
\r
unit ltimevalstuff;
\r
interface
\r
\r
unit ltimevalstuff;
\r
interface
\r
\r
-{$ifdef
win32
}
\r
+{$ifdef
mswindows
}
\r
type
\r
ttimeval = record
\r
tv_sec : longint;
\r
type
\r
ttimeval = record
\r
tv_sec : longint;
\r