]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/io.c
Only close "unrelated" sockets in forked child processes
[ngircd-alex.git] / src / ngircd / io.c
index d13a5e25b0b2dec413198e7feb494ca0cd2e14aa..7e78e49f8dd70aefa557f0bb38c98f90921894c8 100644 (file)
@@ -5,14 +5,15 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * I/O abstraction interface.
  * Copyright (c) 2005 Florian Westphal (westphal@foo.fh-furtwangen.de)
- *
  */
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: io.c,v 1.31 2008/04/03 20:56:44 fw Exp $";
+/**
+ * @file
+ * I/O abstraction interface.
+ */
 
 #include <assert.h>
 #include <stdlib.h>