From owner-p4-projects Sat Sep 28 14:56: 5 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 47D6637B404; Sat, 28 Sep 2002 14:56:03 -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 E77DE37B401 for ; Sat, 28 Sep 2002 14:56:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7971043E6A for ; Sat, 28 Sep 2002 14:56:02 -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 g8SLu2Co036153 for ; Sat, 28 Sep 2002 14:56:02 -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 g8SLtwux036141 for perforce@freebsd.org; Sat, 28 Sep 2002 14:55:58 -0700 (PDT) Date: Sat, 28 Sep 2002 14:55:58 -0700 (PDT) Message-Id: <200209282155.g8SLtwux036141@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 18302 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=18302 Change 18302 by rwatson@rwatson_tislabs on 2002/09/28 14:55:38 Trim some debugging printfs. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#118 edit .. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#98 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#118 (text+ko) ==== @@ -679,9 +679,6 @@ (rangelow == NULL && rangehigh == NULL), ("mac_biba_internalize_label: range mismatch")); - printf("Biba: single: %s, range low: %s, range high: %s\n", - single, rangelow, rangehigh); - bzero(mac_biba, sizeof(*mac_biba)); if (single != NULL) { error = mac_biba_parse_element(&mac_biba->mb_single, single); ==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#98 (text+ko) ==== @@ -669,9 +669,6 @@ (rangelow == NULL && rangehigh == NULL), ("mac_biba_internalize_label: range mismatch")); - printf("MLS: single: %s, range low: %s, range high: %s\n", - single, rangelow, rangehigh); - bzero(mac_mls, sizeof(*mac_mls)); if (single != NULL) { error = mac_mls_parse_element(&mac_mls->mm_single, single); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message