Re: [PATCH] Add guard macro to fpmath.h

2017-12-02 Thread Steve Kargl
On Sat, Dec 02, 2017 at 11:42:26AM -0800, Eitan Adler wrote: > On 2 December 2017 at 11:32, Steve Kargl > wrote: > > The following patch adds a guard macro to fpmath.h. > > It is used to prevent multiple inclusions of its > > content. Please apply to

Re: [PATCH] Add guard macro to fpmath.h

2017-12-02 Thread Eitan Adler
On 2 December 2017 at 11:32, Steve Kargl wrote: > The following patch adds a guard macro to fpmath.h. > It is used to prevent multiple inclusions of its > content. Please apply to top-of-tree. [69006 11:41:35.802 eax@FlyingEagle ~/svn/fbsd/head/lib]∴svn diff

[PATCH] Add guard macro to fpmath.h

2017-12-02 Thread Steve Kargl
The following patch adds a guard macro to fpmath.h. It is used to prevent multiple inclusions of its content. Please apply to top-of-tree. Index: libc/include/fpmath.h === --- libc/include/fpmath.h (revision 2044) +++