Brad... you know better than submit context diffs :) Can you send us the diff -u3 ?
Please note, if you have a significant change (except in sendfile, which is already so fragmented to be completely illegible :) please watch for the appropriate places to drop a foo/netware/ derivation. For minor changes like this, they most likely belong right in foo/unix/. Figure your platform search path (within building apr itself) should go through include/arch/netware:include/arch/unix:include Bill ----- Original Message ----- From: "Brad Nicholes" <[EMAIL PROTECTED]> To: <dev@apr.apache.org> Sent: Thursday, July 26, 2001 2:10 PM Subject: [PATCH] NetWare port of time.c This is just the first of the changes for the NetWare port. :) Brad ―------------------------------------------- cvs diff time.c (in directory D:\tempapache\apr\time\unix\) Index: time.c =================================================================== RCS file: /home/cvspublic/apr/time/unix/time.c,v retrieving revision 1.49 diff -r1.49 time.c 114a115,120 > #ifdef NETWARE > uint64_t usec; > > NXGetTime(NX_SINCE_1970, NX_USECONDS, &usec); > return usec; > #else 117a124 > #endif