PERFORCE change 166450 for review

Jonathan Anderson jona at FreeBSD.org
Thu Jul 23 14:31:27 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166450

Change 166450 by jona at jona-trustedbsd-belle-vmware on 2009/07/23 14:30:50

	Removed a spurious printf()

Affected files ...

.. //depot/projects/trustedbsd/capabilities/qt-patches/x11/libxcb/files/patch-bsd-capabilities.diff#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/qt-patches/x11/libxcb/files/patch-bsd-capabilities.diff#2 (text+ko) ====

@@ -25,7 +25,7 @@
  enum auth_protos {
  #ifdef HASXDMAUTH
      AUTH_XA1,
-@@ -87,6 +90,28 @@
+@@ -87,6 +90,26 @@
      return 1;
  }
  
@@ -45,8 +45,6 @@
 +	memcpy(new_data->data, authinfo->data, new_data->datalen + 1);
 +
 +	auth_cached = new_data;
-+	printf("cached auth info at 0x%08x\n", auth_cached);
-+	fflush(stdout); /* TODO: TMP */
 +	return 0;
 +}
 +
@@ -54,7 +52,7 @@
  #define SIN6_ADDR(s) (&((struct sockaddr_in6 *)s)->sin6_addr)
  
  static Xauth *get_authptr(struct sockaddr *sockname, unsigned int socknamelen,
-@@ -269,7 +294,16 @@
+@@ -269,7 +292,16 @@
  
      authptr = get_authptr(sockname, socknamelen, display);
      if (authptr == 0)


More information about the p4-projects mailing list