[Bug 1548] New: wineserver does not kill itself with wineserver -k _FILE_OFFSET_BITS 64

Wine Bugs wine-bugs at winehq.com
Fri Jun 27 09:13:30 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1548

           Summary: wineserver does not kill itself with wineserver -k
                    _FILE_OFFSET_BITS 64
           Product: Wine
           Version: 20030618
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-binary
        AssignedTo: wine-bugs at winehq.com
        ReportedBy: gabriele.giorgetti at teamfab.it


This is the patch I have to apply to make wineserver work :

no_mmap64.patch:

diff -ur wine-20030408.orig/configure wine-20030408/configure
--- wine-20030408.orig/configure        Wed Apr  9 01:37:39 2003
+++ wine-20030408/configure     Tue May  6 15:15:19 2003
@@ -10642,7 +10642,7 @@
                        }
                        close(fd);
                        fprintf(stderr,"success!\n");
-                       exit(0);
+                       exit(1);
                }

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list