ports/sysutils/fuser/files/extra::patch-nfs.c
Stanislav Sedov c3c507c2cf - Fix build on HEAD.
- Do not allow the user to send signals to arbitrary processes if
  setuid binary is used.

PR:		ports/141852
Submitted by:	Denis Barov <dindin@dindin.ru>
Security:	http://www.freebsd.org/ports/portaudit/4d6076fe-ee7a-11de-9cd0-001a926c7637.html
2009-12-21 21:49:39 +00:00

10 lines
254 B
C

--- nfs.c.orig 2009-12-21 13:33:10.000000000 -0800
+++ nfs.c 2009-12-21 13:33:22.000000000 -0800
@@ -44,7 +44,6 @@
#include <sys/mount.h>
#include <nfs/nfsproto.h>
-#include <nfs/rpcv2.h>
#include <nfsclient/nfs.h>
#include <nfsclient/nfsnode.h>