Package: nullmailer Severity: normal Tags: patch
Nullmailer compiles with gcc-3.4 with this patch. --- lib/list.h.orig 2005-06-23 13:44:42.000000000 -0700 +++ lib/list.h 2005-06-23 13:44:59.000000000 -0700 @@ -18,8 +18,8 @@ typedef list_node<T> node; typedef list_iterator<T> iter; typedef const_list_iterator<T> const_iter; - friend class iter; - friend class const_iter; + friend class list_iterator<T>; + friend class const_list_iterator<T>; list() : head(0), tail(0), cnt(0) -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-1-386 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages nullmailer depends on: ii debconf [debconf-2.0] 1.4.30.11 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-12 GCC support library ii libstdc++5 1:3.3.5-8 The GNU Standard C++ Library v3 ii ucf 1.17 Update Configuration File: preserv -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]