diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-18 16:11:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-18 16:11:24 +0000 |
commit | 122170c1d3333185bacf361c523c8e19f0a5e8ba (patch) | |
tree | 89abcc91294222de3353c64d0e00f98618e9f55e /src/common | |
parent | 6c6b0283cbc24f2d3d3bb7139e1cbeb5a35cfedd (diff) | |
download | tor-122170c1d3333185bacf361c523c8e19f0a5e8ba.tar.gz tor-122170c1d3333185bacf361c523c8e19f0a5e8ba.zip |
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
svn:r17686
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/address.c | 2 | ||||
-rw-r--r-- | src/common/tortls.h | 2 | ||||
-rw-r--r-- | src/common/util.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/common/address.c b/src/common/address.c index 7da9cb220b..9c7da1af2a 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -995,7 +995,7 @@ get_interface_address6(int severity, sa_family_t family, tor_addr_t *addr) /* ====== * IPv4 helpers - * XXXX021 IPv6 deprecate some of these. + * XXXX022 IPv6 deprecate some of these. */ /** Return true iff <b>ip</b> (in host order) is an IP reserved to localhost, diff --git a/src/common/tortls.h b/src/common/tortls.h index 968430d4c9..4a47fd272f 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -22,7 +22,7 @@ typedef struct tor_tls_t tor_tls_t; /* Possible return values for most tor_tls_* functions. */ #define _MIN_TOR_TLS_ERROR_VAL -9 #define TOR_TLS_ERROR_MISC -9 -/* Rename to unexpected close or something. XXXX021 */ +/* Rename to unexpected close or something. XXXX */ #define TOR_TLS_ERROR_IO -8 #define TOR_TLS_ERROR_CONNREFUSED -7 #define TOR_TLS_ERROR_CONNRESET -6 diff --git a/src/common/util.c b/src/common/util.c index 9bd974a155..2cb95a59a9 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1286,7 +1286,7 @@ format_time_interval(char *out, size_t out_len, long interval) /* ===== * Fuzzy time - * XXXX021 Use this consistently or rip it out. + * XXXX022 Use this consistently or rip it out. * ===== */ /* In a perfect world, everybody would run ntp, and ntp would be perfect, so |