summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 03:06:15 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 03:06:15 +0000
commit5ba2d9fdf815d758d44eaf0a47f6e433a839d054 (patch)
tree250de6dc7162e1e77a0bddf0b23b3e7ae47c44c2 /usr.bin/locate
parente5f3b9010e853f384a6642559eadeb3d9e6b1425 (diff)
downloadFreeBSD-src-5ba2d9fdf815d758d44eaf0a47f6e433a839d054.zip
FreeBSD-src-5ba2d9fdf815d758d44eaf0a47f6e433a839d054.tar.gz
delete unused #include <string.h>
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/bigram/locate.bigram.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c
index 5b83a3b..922d00e 100644
--- a/usr.bin/locate/bigram/locate.bigram.c
+++ b/usr.bin/locate/bigram/locate.bigram.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: locate.bigram.c,v 1.4 1996/08/22 18:46:11 wosch Exp $
*/
#ifndef lint
@@ -56,7 +56,6 @@ static char sccsid[] = "@(#)locate.bigram.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <sys/param.h> /* for MAXPATHLEN */
-#include <string.h> /* memchr */
#include "locate.h"
u_char buf1[MAXPATHLEN] = " ";
OpenPOWER on IntegriCloud