Przeglądaj źródła

* socket ->fpsocket

git-svn-id: trunk@13505 -
marco 16 lat temu
rodzic
commit
bafbe5a451
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rtl/linux/gpm.pp

+ 1 - 1
rtl/linux/gpm.pp

@@ -531,7 +531,7 @@ begin
   {....................................... Connect to the control socket}
   {....................................... Connect to the control socket}
   if not gpm_flag then
   if not gpm_flag then
     begin
     begin
-      gpm_fd:=socket(AF_UNIX,SOCK_STREAM,0);
+      gpm_fd:=fpsocket(AF_UNIX,SOCK_STREAM,0);
       if gpm_fd<0 then
       if gpm_fd<0 then
         begin
         begin
 {           gpm_report(GPM_PR_ERR,GPM_MESS_SOCKET,strerror(errno));}
 {           gpm_report(GPM_PR_ERR,GPM_MESS_SOCKET,strerror(errno));}