You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Brad Nicholes <BN...@novell.com> on 2001/07/26 21:10:57 UTC

[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



Re: [PATCH] NetWare port of time.c

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
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" <BN...@novell.com>
To: <de...@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