From owner-p4-projects@FreeBSD.ORG Sat Apr 30 13:39:04 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B59B216A4D0; Sat, 30 Apr 2005 13:39:03 +0000 (GMT) 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 7416816A4CE for ; Sat, 30 Apr 2005 13:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D42843D2D for ; Sat, 30 Apr 2005 13:39:03 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3UDd3wX063377 for ; Sat, 30 Apr 2005 13:39:03 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3UDd3pa063374 for perforce@freebsd.org; Sat, 30 Apr 2005 13:39:03 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 30 Apr 2005 13:39:03 GMT Message-Id: <200504301339.j3UDd3pa063374@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 76277 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 13:39:04 -0000 http://perforce.freebsd.org/chv.cgi?CH=76277 Change 76277 by rwatson@rwatson_paprika on 2005/04/30 13:38:32 Remove trailing white space. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#11 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#11 (text+ko) ==== @@ -305,7 +305,7 @@ token_t *t; u_char *dptr = NULL; int i; - + if(groups == NULL) { errno = EINVAL; return NULL; @@ -547,7 +547,7 @@ * seconds of time 4 bytes * milliseconds of time 4 bytes * file name len 2 bytes - * file pathname N bytes + 1 terminating NULL byte + * file pathname N bytes + 1 terminating NULL byte */ token_t *au_to_file(char *file) {