Changeset 591835ca2bad00c4c84b7213f9c24e2cecc4513d
- Timestamp:
- 28/02/07 17:56:57
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1172681817 +0000
- git-parent:
[3bc601a592a6bfa37030b1dc87b4a808b092a8ae]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1172681817 +0000
- Message:
Meaningfull typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3bc601a |
r591835c |
|
| 310 | 310 | continue; |
|---|
| 311 | 311 | |
|---|
| 312 | | #ifdef POLLRDHUP /* This is nice but non-portable */ |
|---|
| | 312 | #ifndef POLLRDHUP /* This is nice but non-portable */ |
|---|
| 313 | 313 | # define POLLRDHUP 0 |
|---|
| 314 | 314 | #endif |
|---|