]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep.c
* we moved to COPYING instead of copyright.txt due to the request of debian; these...
[citadel.git] / citadel / sysdep.c
index d79785a5a5ebebf1d9dc93473ec9dce08f9eafdc..2e10704c780edd2099b4bc70633ea10b26c9fc34 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  *
  * Citadel "system dependent" stuff.
- * See copyright.txt for copyright information.
+ * See COPYING for copyright information.
  *
  * Here's where we (hopefully) have most parts of the Citadel server that
  * would need to be altered to run the server in a non-POSIX environment.
@@ -707,9 +707,8 @@ int client_write(char *buf, int nbytes)
 
 
 /*
- * cprintf()  ...   Send formatted printable data to the client.   It is
- *               implemented in terms of client_write() but remains in
- *               sysdep.c in case we port to somewhere without va_args...
+ * cprintf()   Send formatted printable data to the client.
+ *             Implemented in terms of client_write() so it's technically not sysdep...
  */
 void cprintf(const char *format, ...) {   
        va_list arg_ptr;