chiark / gitweb /
Infrastructure: Export pkgconfig file.
[mLib] / sel.h
diff --git a/sel.h b/sel.h
index bd767d648935cde9148f26022608931b567f95ba..58dab4fd0b114537f323743eb424c590213f06f7 100644 (file)
--- a/sel.h
+++ b/sel.h
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: sel.h,v 1.9 2003/05/17 10:34:04 mdw Exp $
+ * $Id: sel.h,v 1.10 2004/04/08 01:36:13 mdw Exp $
  *
  * I/O multiplexing support
  *
  * (c) 1999 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: sel.h,v $
- * Revision 1.9  2003/05/17 10:34:04  mdw
- *  Tidying and bugfixing.
- *
- * Revision 1.8  2001/06/22 19:35:58  mdw
- * Fix a large number of bugs.
- *
- * Revision 1.7  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.6  1999/08/31 17:42:22  mdw
- * New function `sel_force' to force a descriptor to be `selected'.
- *
- * Revision 1.5  1999/08/19 18:30:26  mdw
- * Implement hooks for foreign select-using systems (currently not well
- * tested).
- *
- * Revision 1.4  1999/05/22 13:39:15  mdw
- * Change spelling of `multiplexor'. ;-)
- *
- * Revision 1.3  1999/05/17 20:36:36  mdw
- * Make the selector type symbols an enumeration rather than a bunch of
- * #defines.
- *
- * Revision 1.2  1999/05/15 10:33:32  mdw
- * Fix copyright notices.
- *
- * Revision 1.1  1999/05/14 21:01:15  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 #ifndef MLIB_SEL_H
 #define MLIB_SEL_H