* Changed some instances of 'struct CitContext *CCC = CC;' to 'struct CitContext...
authorArt Cancro <ajc@citadel.org>
Tue, 27 Jul 2010 14:12:07 +0000 (14:12 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 27 Jul 2010 14:12:07 +0000 (14:12 +0000)
commit20fcf8e6ddd54370da3d30c2f73b0604a0411a12
treed2ab881efaa516e01c2df56e76dabeca4a0d0d7f
parentf04bd15fad8818671b0b8c3d87928427889c1aaf
* Changed some instances of 'struct CitContext *CCC = CC;' to 'struct CitContext *CCC = MyContext();' in order to demonstrate one way in which we might eliminate the CC macro
citadel/clientsocket.c
citadel/context.c
citadel/msgbase.c
citadel/sysdep.c
citadel/user_ops.c