Module Name:    src
Committed By:   pooka
Date:           Mon Sep 14 14:37:52 UTC 2009

Modified Files:
        src/sys/nfs: nfs_syscalls.c

Log Message:
Remove stale comment about super user.  no functional change


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/sys/nfs/nfs_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/nfs/nfs_syscalls.c
diff -u src/sys/nfs/nfs_syscalls.c:1.149 src/sys/nfs/nfs_syscalls.c:1.150
--- src/sys/nfs/nfs_syscalls.c:1.149	Tue Jul  7 14:09:05 2009
+++ src/sys/nfs/nfs_syscalls.c	Mon Sep 14 14:37:52 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: nfs_syscalls.c,v 1.149 2009/07/07 14:09:05 christos Exp $	*/
+/*	$NetBSD: nfs_syscalls.c,v 1.150 2009/09/14 14:37:52 pooka Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.149 2009/07/07 14:09:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.150 2009/09/14 14:37:52 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -128,9 +128,6 @@
 	struct nfssvc_sock *slp;
 	struct nfsuid *nuidp;
 
-	/*
-	 * Must be super user
-	 */
 	error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_NFS,
 	    KAUTH_REQ_NETWORK_NFS_SVC, NULL, NULL, NULL);
 	if (error)

Reply via email to