I tried that, but Solaris (8) diff does not support unified diff's (according to my Solaris 8 man page), but in the interests of unity:
--- jk_shm.c.org 2004-02-23 14:40:01.000000000 +0000 +++ jk_shm.c 2004-02-26 11:03:38.000000000 +0000 @@ -198,7 +198,7 @@ env->l->jkLog(env, env->l, JK_LOG_ERROR, "shm.create(): error creating %s %d %d %#lx %s\n", - shm->fname, finfo.size, rc, globalShmPool, error ); + shm->fname, (int) finfo.size, rc, (int) globalShmPool, error ); shm->privateData=NULL; return rc; } Greg > -----Original Message----- > From: Guenter Knauf [mailto:[EMAIL PROTECTED] > Sent: 26 February 2004 11:32 > To: [EMAIL PROTECTED] > Subject: RE: jk2 buglets > > > Hi, > > > Sorry, this seems to be a bad week. > > > The diff should be: > > > $ diff jk_shm.c.org jk_shm.c > can you please use unified diffs: > > diff -u jk_shm.c.org jk_shm.c > > this is the preferred patch form with all ASF stuff... > > Guenter. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]