diff options
author | Roger Dingledine <arma@torproject.org> | 2003-06-18 07:44:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-06-18 07:44:48 +0000 |
commit | 968d31162b685d8f9e53a46124d4d12cba81d8b4 (patch) | |
tree | 61f33d7a261292f5ac69849b521b05cd5af35c34 /src/common/fakepoll.h | |
parent | 8d4cd5d604b22823754190ceb5c2126a15b7cf76 (diff) | |
download | tor-968d31162b685d8f9e53a46124d4d12cba81d8b4.tar.gz tor-968d31162b685d8f9e53a46124d4d12cba81d8b4.zip |
fix typos, streamline
svn:r337
Diffstat (limited to 'src/common/fakepoll.h')
-rw-r--r-- | src/common/fakepoll.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common/fakepoll.h b/src/common/fakepoll.h index ca7f44a4ea..353e11ee4e 100644 --- a/src/common/fakepoll.h +++ b/src/common/fakepoll.h @@ -6,16 +6,6 @@ * Nick Mathewson <nickm@freehaven.net> */ -/* - * Changes : - * $Log$ - * Revision 1.2 2003/05/09 02:25:37 nickm - * work on versioning; new log_fn function - * - * Revision 1.1 2002/09/03 18:43:50 nickm - * Add function to fake a poll call using select - * - */ #ifndef __FAKEPOLL_H #define __FAKEPOLL_H |