chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
64cc9e7
)
Change spelling of `multiplexor'. ;-)
author
mdw
<mdw>
Sat, 22 May 1999 13:39:15 +0000
(13:39 +0000)
committer
mdw
<mdw>
Sat, 22 May 1999 13:39:15 +0000
(13:39 +0000)
sel.h
patch
|
blob
|
blame
|
history
diff --git
a/sel.h
b/sel.h
index 1fc014821f3a6845040d541188b5e688109fecf7..8d121ef4bbed5b5f8bf134ffaad28e64d49835c0 100644
(file)
--- a/
sel.h
+++ b/
sel.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: sel.h,v 1.
3 1999/05/17 20:36:36
mdw Exp $
+ * $Id: sel.h,v 1.
4 1999/05/22 13:39:15
mdw Exp $
*
* I/O multiplexing support
*
*
* I/O multiplexing support
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: sel.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: sel.h,v $
+ * 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.3 1999/05/17 20:36:36 mdw
* Make the selector type symbols an enumeration rather than a bunch of
* #defines.
@@
-121,7
+124,7
@@
typedef struct sel_timer {
void *p;
} sel_timer;
void *p;
} sel_timer;
-/* --- A multiplex
e
r --- *
+/* --- A multiplex
o
r --- *
*
* The files are sorted in reverse order of file descriptor number; the
* timers are in normal order of occurrence. Thus, the interesting one
*
* The files are sorted in reverse order of file descriptor number; the
* timers are in normal order of occurrence. Thus, the interesting one