From 2491fff5a6fda1c1e2044d332e551907a579929d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2012 09:37:40 -0400 Subject: Triage the XXX023 and XXX022 comments: postpone many. --- src/common/address.c | 2 +- src/common/compat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/address.c b/src/common/address.c index e56465f0ba..30665fab27 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1363,7 +1363,7 @@ get_interface_address6(int severity, sa_family_t family, tor_addr_t *addr) /* ====== * IPv4 helpers - * XXXX023 IPv6 deprecate some of these. + * XXXX024 IPv6 deprecate some of these. */ /** Return true iff ip (in host order) is an IP reserved to localhost, diff --git a/src/common/compat.c b/src/common/compat.c index 71e39b6127..7dfc6885e2 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -15,7 +15,7 @@ /* This is required on rh7 to make strptime not complain. * We also need it to make memmem get defined (where available) */ -/* XXXX023 We should just use AC_USE_SYSTEM_EXTENSIONS in our autoconf, +/* XXXX024 We should just use AC_USE_SYSTEM_EXTENSIONS in our autoconf, * and get this (and other important stuff!) automatically. Once we do that, * make sure to also change the extern char **environ detection in * configure.in, because whether that is declared or not depends on whether -- cgit v1.2.3-54-g00ecf