address = xmmap(size);
Ben Lindstrom
mouring at etoh.eviladmin.org
Tue Jul 23 07:30:45 EST 2002
Should be #ifdef HAVE_MMAP.
I'll glance at it when I get home if Tim does not get to it before hand.
- Ben
On Mon, 22 Jul 2002, Wendy Palm wrote:
> is there a reason that the xmmap() declaration is inside
> the #ifdef HAVE_SYS_MMAN_H ?
>
> crays don't have sys/mman.h, but need xmmap declared.
> shouldn't everyone?
>
> wendy
>
> Tim Rice wrote:
> >
> > On Fri, 19 Jul 2002, Ayamura KIKUCHI wrote:
> >
> > > monitor_mm.c, line = 94 in openssh-SNAP-20020718
> > >
> > > A value of type "int" cannot be assigned to an entity of type "void *".
> > >
> > > address = xmmap(size);
> > > ^
> >
> > Oops, forgot to declare xmmap(). Thanks for catching that.
> > Should be in the next SNAP
> >
> > >
> > > -- ayamura
> > > Ayamura KIKUCHI, M.D., Ph.D.
> > > _______________________________________________
> > > openssh-unix-dev at mindrot.org mailing list
> > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
> > >
> >
> > --
> > Tim Rice Multitalents (707) 887-1469
> > tim at multitalents.net
> >
> > _______________________________________________
> > openssh-unix-dev at mindrot.org mailing list
> > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
>
> --
> wendy palm
> Cray OS Sustaining Engineering, Cray Inc.
> wendyp at cray.com, 651-605-9154
> _______________________________________________
> openssh-unix-dev at mindrot.org mailing list
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
>
More information about the openssh-unix-dev
mailing list