lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Initial work on porting lcore to delphi 2010
[lcore.git]
/
binipstuff.pas
diff --git
a/binipstuff.pas
b/binipstuff.pas
old mode 100755
(executable)
new mode 100644
(file)
index
8411cd3
..
675b03e
--- a/
binipstuff.pas
+++ b/
binipstuff.pas
@@
-91,7
+91,8
@@
type
cuint16=word;
\r
cuint32=dword;
\r
sa_family_t=word;
\r
cuint16=word;
\r
cuint32=dword;
\r
sa_family_t=word;
\r
-
\r
TInetSockAddr6 = packed record
\r
+
\r
+ TInetSockAddr6 = packed record
\r
sin6_family: word;
\r
sin6_port: word;
\r
sin6_flowinfo: uint32;
\r
sin6_family: word;
\r
sin6_port: word;
\r
sin6_flowinfo: uint32;
\r
@@
-323,7
+324,7
@@
end;
\r
{
\r
IPv6 address binary to/from string conversion routines
\r
\r
{
\r
IPv6 address binary to/from string conversion routines
\r
-written by beware
(steendijk at xs4all dot nl)
\r
+written by beware
\r
\r
- implementation does not depend on other ipv6 code such as the tin6_addr type,
\r
the parameter can also be untyped.
\r
\r
- implementation does not depend on other ipv6 code such as the tin6_addr type,
\r
the parameter can also be untyped.
\r
@@
-541,7
+542,8
@@
const
//fpc 1.0.x doesn't seem to like use of length function in a constant
\r
//definition
\r
//biniplist_prefixlen=length(biniplist_prefix);
\r
//fpc 1.0.x doesn't seem to like use of length function in a constant
\r
//definition
\r
//biniplist_prefixlen=length(biniplist_prefix);
\r
-
\r
biniplist_prefixlen=5;
\r
+
\r
+ biniplist_prefixlen=5;
\r
\r
function biniplist_new:tbiniplist;
\r
begin
\r
\r
function biniplist_new:tbiniplist;
\r
begin
\r