<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,7 +77,7 @@ int main(int argc, char *argv[])
 
 	memset(&amp;serverAddress, 0, sizeof(struct sockaddr_un));
 	serverAddress.sun_family = AF_UNIX;
-	strcpy(serverAddress.sun_path, argv[1]); //the socket address must be in argv[1]
+	strcpy(serverAddress.sun_path, argv[1]); /* the socket address must be in argv[1] */
 
 	int len = strlen(serverAddress.sun_path) + sizeof(serverAddress.sun_family);
 	if (connect(sockfd, (struct sockaddr *)&amp;serverAddress, len) == -1)
@@ -97,8 +97,8 @@ int main(int argc, char *argv[])
 	The process can now only be terminated by a signal, probably SIGTERM */
 	while(1) {
 		FD_ZERO(&amp;rfds);
-		FD_SET(sockfd, &amp;rfds); //watch the socket for input
-		FD_SET(0, &amp;rfds); //watch stdin for input
+		FD_SET(sockfd, &amp;rfds); /* watch the socket for input */
+		FD_SET(0, &amp;rfds); /* watch stdin for input */
 
 		retval = select(sockfd+1, &amp;rfds, NULL, NULL, NULL);
 </diff>
      <filename>terminal-helper/terminal-helper.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>05edbbd495132e1772b7be0e875258afa61623d8</id>
    </parent>
  </parents>
  <author>
    <name>gkiagia</name>
    <email>gkiagia@6510684c-2033-0410-8336-a944b76521fa</email>
  </author>
  <url>http://github.com/gkiagia/qtwine/commit/a1f2b3630a15ecbf1b91c41d5d7c5d32941e4d14</url>
  <id>a1f2b3630a15ecbf1b91c41d5d7c5d32941e4d14</id>
  <committed-date>2008-07-28T05:37:43-07:00</committed-date>
  <authored-date>2008-07-28T05:37:43-07:00</authored-date>
  <message>Make terminal helper to compile with -ansi.

git-svn-id: https://qtwine.svn.sourceforge.net/svnroot/qtwine/trunk@168 6510684c-2033-0410-8336-a944b76521fa</message>
  <tree>33a047908fea8a1aed7834e2b675a60bf4c1ebd7</tree>
  <committer>
    <name>gkiagia</name>
    <email>gkiagia@6510684c-2033-0410-8336-a944b76521fa</email>
  </committer>
</commit>
