mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-24 12:23:16 +02:00
* socket ->fpsocket
git-svn-id: trunk@13505 -
This commit is contained in:
parent
f748a01baf
commit
bafbe5a451
@ -531,7 +531,7 @@ begin
|
||||
{....................................... Connect to the control socket}
|
||||
if not gpm_flag then
|
||||
begin
|
||||
gpm_fd:=socket(AF_UNIX,SOCK_STREAM,0);
|
||||
gpm_fd:=fpsocket(AF_UNIX,SOCK_STREAM,0);
|
||||
if gpm_fd<0 then
|
||||
begin
|
||||
{ gpm_report(GPM_PR_ERR,GPM_MESS_SOCKET,strerror(errno));}
|
||||
|
Loading…
Reference in New Issue
Block a user