mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 06:19:11 +02:00
* two semi colon's added and compilation checked
git-svn-id: trunk@8342 -
This commit is contained in:
parent
ac22ff09da
commit
e034788320
@ -241,8 +241,8 @@ const
|
||||
SO_LINGER = $0080; { linger on close if data present }
|
||||
SO_OOBINLINE = $0100; { leave received OOB data in line }
|
||||
|
||||
SO_DONTLINGER = Integer(not SO_LINGER)
|
||||
SO_EXCLUSIVEADDRUSE = Integer(not SO_REUSEADDR) { disallow local address reuse }
|
||||
SO_DONTLINGER = Integer(not SO_LINGER);
|
||||
SO_EXCLUSIVEADDRUSE = Integer(not SO_REUSEADDR); { disallow local address reuse }
|
||||
|
||||
{ Additional options. }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user