--=_ny.email-scan.com-1064012413-0000
Content-Type: multipart/signed;
boundary="=_mimegpg-ny.email-scan.com-1793-1064012413-0011";
micalg=pgp-sha1; protocol="application/pgp-signature"
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
--=_mimegpg-ny.email-scan.com-1793-1064012413-0011
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Jeff Jansen writes:
> I'm seeing the following error building rpms on an up-to-date RedHat 7.3
> machine.
...
I think this is caused by some dead code which can be safely removed.
Try this patch.
--=_mimegpg-ny.email-scan.com-1793-1064012413-0011
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQA/a4p9x9p3GYHlUOIRAj+IAJ9NhYVYoIwL+vt1cGy7eqCJR40fUACeIgLb
dPE64BS9u6cNy8ZK866wdEg=
=eppu
-----END PGP SIGNATURE-----
--=_mimegpg-ny.email-scan.com-1793-1064012413-0011--
--=_ny.email-scan.com-1064012413-0000
Content-Type: multipart/signed;
boundary="=_mimegpg-ny.email-scan.com-1793-1064012413-0012";
micalg=pgp-sha1; protocol="application/pgp-signature"
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
--=_mimegpg-ny.email-scan.com-1793-1064012413-0012
Content-Disposition: attachment; filename=maildrop.patch.txt
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Index: maildrop/mio.C
===================================================================
RCS file: /cvsroot/courier/courier/maildrop/maildrop/mio.C,v
retrieving revision 1.4
diff -U3 -r1.4 mio.C
--- maildrop/mio.C 2 Aug 1999 05:02:26 -0000 1.4
+++ maildrop/mio.C 19 Sep 2003 22:59:24 -0000
@@ -220,7 +220,7 @@
return (*this);
}
-MioStdio min(0), mout(1), merr(2);
+MioStdio mout(1), merr(2);
MioStdio::MioStdio(int f)
{
@@ -241,4 +241,4 @@
return (n);
}
-extern MioStdio min, mout, merr;
+extern MioStdio mout, merr;
Index: maildrop/mio.h
===================================================================
RCS file: /cvsroot/courier/courier/maildrop/maildrop/mio.h,v
retrieving revision 1.3
diff -U3 -r1.3 mio.h
--- maildrop/mio.h 9 Sep 1999 05:03:28 -0000 1.3
+++ maildrop/mio.h 19 Sep 2003 22:59:24 -0000
@@ -77,6 +77,6 @@
void write(const char *p) { write(p, strlen(p)); }
} ;
-extern MioStdio min, mout, merr;
+extern MioStdio mout, merr;
#endif
--=_mimegpg-ny.email-scan.com-1793-1064012413-0012
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQA/a4p9x9p3GYHlUOIRAsqfAJ97ouFKr4NO02uLqGkC2/5jmbs+EgCfbTbo
hyLHGW0XgoKpWJ0Mj0tVi9c=
=+EH6
-----END PGP SIGNATURE-----
--=_mimegpg-ny.email-scan.com-1793-1064012413-0012--
--=_ny.email-scan.com-1064012413-0000--
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
courie...@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
The patch worked perfectly. I built and installed the rpms with no trouble.
Everything seems to be working normally. I'm going to try and build rpms
with the patch on a RH 9 machine later and make sure it works there also.
As usual, Sam, thanks for the quick response!
Jeff Jansen
OK I've built courier with the patch applied both on RH 7.3 and RH 9 and they
both are running fine. Sam, should I hang on to this patch for future
courier releases or are you going to apply it to the source tree?
Thanks again.