Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2009 14:31:25 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166450 for review
Message-ID:  <200907231431.n6NEVP8d031891@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166450

Change 166450 by jona@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907231431.n6NEVP8d031891>