On Wed, 12 May 2004, Christian Gross wrote: > Following are the OSX changes I made > > centaur:~/Desktop cgross$ diff --recursive --rcs -u xmail-1.19 > xmail-1.19.orig > Only in xmail-1.19: Makefile.osx > diff --recursive --rcs -u xmail-1.19/SysDepBSD.cpp > xmail-1.19.orig/SysDepBSD.cpp > --- xmail-1.19/SysDepBSD.cpp Fri May 7 11:29:30 2004 > +++ xmail-1.19.orig/SysDepBSD.cpp Sun Apr 11 23:31:10 2004 > @@ -1459,7 +1459,7 @@ > ErrSetErrorCode(ERR_SET_THREAD_PRIORITY); > return (ERR_SET_THREAD_PRIORITY); > } > -#if defined(__FREEBSD__) || defined (__DARWIN__) > +#if defined(__FREEBSD__) > int iMinPriority = sched_get_priority_min(iPolicy); > int iMaxPriority = sched_get_priority_max(iPolicy); > #else // #if defined(__FREEBSD__) > Only in xmail-1.19: SysDepBSD.cpp~ > diff --recursive --rcs -u xmail-1.19/SysIncludeBSD.h > xmail-1.19.orig/SysIncludeBSD.h > --- xmail-1.19/SysIncludeBSD.h Fri May 7 08:15:07 2004 > +++ xmail-1.19.orig/SysIncludeBSD.h Sun Apr 11 23:31:10 2004 > @@ -38,8 +38,6 @@ > #include <sys/vmmeter.h> > #if defined(__FREEBSD__) > #include <vm/vm_param.h> > -#elif defined(__DARWIN__) > -#include <mach/machine/vm_param.h> > #else > #include <uvm/uvm_param.h> > #endif > Only in xmail-1.19.orig: ctrlclnt > Only in xmail-1.19: ctrlclnt.ms > Only in xmail-1.19.orig: mkusers > Only in xmail-1.19: mkusers.ms > Only in xmail-1.19.orig: xmail
The Makefile.osx is missing. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
