From owner-p4-projects Sat Sep 21 21:51:34 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id ABDD637B401; Sat, 21 Sep 2002 21:51:32 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230E437B404 for ; Sat, 21 Sep 2002 21:51:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C567643E75 for ; Sat, 21 Sep 2002 21:51:31 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M4pVCo004265 for ; Sat, 21 Sep 2002 21:51:31 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M4pVkl004262 for perforce@freebsd.org; Sat, 21 Sep 2002 21:51:31 -0700 (PDT) Date: Sat, 21 Sep 2002 21:51:31 -0700 (PDT) Message-Id: <200209220451.g8M4pVkl004262@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 17909 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17909 Change 17909 by rwatson@rwatson_tislabs on 2002/09/21 21:51:14 Missed the new vnode_symlink operation registration in the module registration loop. Affected files ... .. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#276 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#276 (text+ko) ==== @@ -614,6 +614,10 @@ mpc->mpc_ops->mpo_create_devfs_directory = mpe->mpe_function; break; + case MAC_CREATE_DEVFS_SYMLINK: + mpc->mpc_ops->mpo_create_devfs_symlink = + mpe->mpe_function; + break; case MAC_CREATE_DEVFS_VNODE: mpc->mpc_ops->mpo_create_devfs_vnode = mpe->mpe_function; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message