summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-28 22:49:36 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-28 22:49:36 +0000
commit21ea069c9078edd386e96e038e1a71e041e32cf5 (patch)
tree1cefb834155d508c5470905c624adced4ef5ee3f
parent8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0 (diff)
downloadxorg-lib-libXau-21ea069c9078edd386e96e038e1a71e041e32cf5.tar.gz
Changelog for last commit:
Remove prototype for XauGetAuthByName to clear lint warning: name declared but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 560d476..a94c187 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * include/X11/Xauth.h:
+ Remove prototype for XauGetAuthByName to clear lint warning:
+ name declared but never used or defined
+
+ * AuDispose.c:
+ * AuFileName.c:
+ * AuGetAddr.c:
+ * AuGetBest.c:
+ * AuRead.c:
+ * AuWrite.c:
+ Fix sparse warnings:
+ -warning: Using plain integer as NULL pointer
+ -warning: non-ANSI definition of function
+
2006-06-09 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am: