From dan@obluda.cz  Sun Sep 12 17:36:36 2004
Return-Path: <dan@obluda.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 782F916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 17:36:36 +0000 (GMT)
Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4949C43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 17:36:35 +0000 (GMT)
	(envelope-from dan@obluda.cz)
Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1])
	by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHaX5v010918
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 19:36:33 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Received: (from root@localhost)
	by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHaWoe010917
	for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:32 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Message-Id: <200409121736.i8CHaWoe010917@kulesh.obluda.cz>
Date: Sun, 12 Sep 2004 19:36:32 +0200 (CEST)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] cleanup of the usr.sbin/bluetooth code
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71668
>Category:       bin
>Synopsis:       [PATCH] cleanup of the usr.sbin/bluetooth code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 17:40:26 GMT 2004
>Closed-Date:    Tue Sep 14 20:07:54 GMT 2004
>Last-Modified:  Tue Sep 14 20:07:54 GMT 2004
>Originator:     Dan Lukes
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
Obludarium
>Environment:
System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386
usr.sbin/bluetooth/hcsecd/parser.y,v 1.3 2004/08/05 16:32:41 emax

>Description:
	There are more than 5000 warnings issued during "make buildworld".
Some of them are false positives, but some of them are sign of true errors.

	Nobody is upset by warnings due it's amount, so some errors remain
uncorrected.

	I want to cleanup the code-base from warnings, so warnings will
become "attention mark" again.

usr.sbin/bluetooth/hcsecd/parser.y:375: warning: implicit declaration of function `write'
usr.sbin/bluetooth/hcsecd/parser.y:382: warning: implicit declaration of function `close'
usr.sbin/bluetooth/hcsecd/parser.y:387: warning: implicit declaration of function `unlink'

>How-To-Repeat:
	N/A
>Fix:
*** usr.sbin/bluetooth/hcsecd/parser.y.ORIG	Sun Aug  8 21:13:14 2004
--- usr.sbin/bluetooth/hcsecd/parser.y	Sun Sep 12 16:37:50 2004
***************
*** 39,44 ****
--- 39,45 ----
  #include <stdarg.h>
  #include <string.h>
  #include <syslog.h>
+ #include <unistd.h>
  #include "hcsecd.h"
  
  	int	yyparse  (void);
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: emax 
State-Changed-When: Tue Sep 14 20:06:40 GMT 2004 
State-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=71668 
>Unformatted:

Patch committed to -current. I will MFC it after required 3 days. PR is closed.
