From dan@obluda.cz  Sun Sep 12 02:38:27 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 E652E16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 02:38:27 +0000 (GMT)
Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC64D43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 02:38:26 +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 i8C2cPIO007115
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 04:38:25 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Received: (from root@localhost)
	by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cOul007114
	for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:24 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Message-Id: <200409120238.i8C2cOul007114@kulesh.obluda.cz>
Date: Sun, 12 Sep 2004 04:38:24 +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/rpc.lockd code
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71627
>Category:       bin
>Synopsis:       [PATCH] cleanup of the usr.sbin/rpc.lockd 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 02:40:28 GMT 2004
>Closed-Date:    Thu May 05 19:47:40 GMT 2005
>Last-Modified:  Thu May 05 19:47:40 GMT 2005
>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
$FreeBSD: src/usr.sbin/rpc.lockd/lock_proc.c,v 1.16 2004/07/16 19:30:59 mr

>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/rpc.lockd/lock_proc.c:280: warning: implicit declaration of function `geteuid'
usr.sbin/rpc.lockd/lock_proc.c:281: warning: implicit declaration of function `seteuid'

>How-To-Repeat:
	N/A
>Fix:
*** lock_proc.c.ORIG	Sun Aug  8 21:14:01 2004
--- lock_proc.c	Tue Sep  7 21:55:29 2004
***************
*** 49,54 ****
--- 49,56 ----
  #include <string.h>
  #include <syslog.h>
  #include <netconfig.h>
+ #include <unistd.h>
+ #include <sys/types.h>
  
  #include <rpc/rpc.h>
  #include <rpcsvc/sm_inter.h>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: anholt 
State-Changed-When: Thu May 5 19:46:56 GMT 2005 
State-Changed-Why:  
Fixed 2004-10-09 by stefanf. 

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