diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-05-09 02:25:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-05-09 02:25:37 +0000 |
commit | 0957ffeb832ea62808fed314273823bd50ce06c3 (patch) | |
tree | 8ce989544a20c3783a2da0b9e4212bce223f6795 /src/common/fakepoll.h | |
parent | 9f38ba196c6d1bde5a460f7e5bfb90c9e127f235 (diff) | |
download | tor-0957ffeb832ea62808fed314273823bd50ce06c3.tar.gz tor-0957ffeb832ea62808fed314273823bd50ce06c3.zip |
work on versioning; new log_fn function
svn:r288
Diffstat (limited to 'src/common/fakepoll.h')
-rw-r--r-- | src/common/fakepoll.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/fakepoll.h b/src/common/fakepoll.h index 533ee3f984..ca7f44a4ea 100644 --- a/src/common/fakepoll.h +++ b/src/common/fakepoll.h @@ -9,6 +9,9 @@ /* * 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 * @@ -17,7 +20,6 @@ #define __FAKEPOLL_H #include "orconfig.h" -#undef VERSION #ifndef HAVE_POLL_H #ifndef HAVE_SYS_POLL_H |