Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] c++ compile prolem
- Date: 27 Feb 2003 22:55:28 -0600
- From: Melvin Sneed <melvin.sneed@example.com>
- Subject: Re: [tlug] c++ compile prolem
- References: <3E5F31E1.5070500@example.com> <1046407126.29444.9.camel@example.com>
On Thu, 2003-02-27 at 22:38, Melvin Sneed wrote: > > > if((caddr_t)(-1) == mapaddr) > > Try changing this line to: > > if ( ((int) mapaddr) == -1 ) Follow up my self 'cuz I'm full of beer ....:-) Changing it to: if((caddr_t)(-1) == (caddr_t) mapaddr) may be cleaner. Visually at any rate. Dave
- Follow-Ups:
- Re: [tlug] c++ compile prolem
- From: Brett Robson
- References:
- [tlug] c++ compile prolem
- From: Brett Robson
- Re: [tlug] c++ compile prolem
- From: Melvin Sneed
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] c++ compile prolem
- Next by Date: Re: [tlug] Sorry to Hijack a thread but whats wrong with LILO
- Previous by thread: Re: [tlug] c++ compile prolem
- Next by thread: Re: [tlug] c++ compile prolem
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links