OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-23-gb2503cd
Gerrit Code Review
gerrit@openafs.org
Thu, 13 Aug 2009 07:07:10 -0700 (PDT)
The following commit has been merged in the master branch:
commit b2503cd599be26dd5948526d00e3a28dfacd49ec
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Jul 22 23:05:48 2009 +0100
Fix gtx_create calls to all share a prototype
All of the different _create calls need to share a prototype, so
function pointers can be stuffed into a structure. Use an anonymous
pointer so that we can acheive this.
Reviewed-on: http://gerrit.openafs.org/187
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/gtx/X11windows.c | 2 +-
src/gtx/curseswindows.c | 6 +++---
src/gtx/dumbwindows.c | 3 +--
src/gtx/gtxX11win.h | 2 +-
src/gtx/gtxcurseswin.h | 2 +-
src/gtx/gtxdumbwin.h | 2 +-
6 files changed, 8 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository