Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2017 12:03:19 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-hackers@freebsd.org, freebsd-current@freebsd.org
Subject:   [PATCH] Remove unused include file
Message-ID:  <20171207200319.GA96323@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
The following patch removes an unused include.

Index: msun/bsdsrc/b_log.c
===================================================================
--- msun/bsdsrc/b_log.c	(revision 2046)
+++ msun/bsdsrc/b_log.c	(working copy)
@@ -36,7 +36,6 @@
 __FBSDID("$FreeBSD: head/lib/msun/bsdsrc/b_log.c 176449 2008-02-22 02:26:51Z das $");
 
 #include <math.h>
-#include <errno.h>
 
 #include "mathimpl.h"
 
-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171207200319.GA96323>