* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / sysdep.c
index 00bb311d55a0e90d9bd5eb6bae8c90098d52cbaf..b4d46c2e22fc0a6d207752e9218a8eccc7ac41c4 100644 (file)
@@ -1,14 +1,15 @@
 /*
+ * $Id$
+ *
  * Citadel/UX "system dependent" stuff.
  * See copyright.txt for copyright information.
  *
- * $Id$
- *
- * Here's where we (hopefully) have all the parts of the Citadel server that
+ * 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.
  * 
  * Eventually we'll try porting to a different platform and either have
  * multiple variants of this file or simply load it up with #ifdefs.
+ *
  */