Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2004 04:38:24 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/71627: [PATCH] cleanup of the usr.sbin/rpc.lockd code
Message-ID:  <200409120238.i8C2cOul007114@kulesh.obluda.cz>
Resent-Message-ID: <200409120240.i8C2eSvo087100@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 02:40:28 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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