From owner-p4-projects@FreeBSD.ORG Sat Jan 21 12:05:04 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0E6C116A422; Sat, 21 Jan 2006 12:05:04 +0000 (GMT) X-Original-To: perforce@freebsd.org 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 B948016A420 for ; Sat, 21 Jan 2006 12:05:03 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DCF43D49 for ; Sat, 21 Jan 2006 12:05: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 k0LC53wT069525 for ; Sat, 21 Jan 2006 12:05: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 k0LC5378069522 for perforce@freebsd.org; Sat, 21 Jan 2006 12:05:03 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 21 Jan 2006 12:05:03 GMT Message-Id: <200601211205.k0LC5378069522@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 Cc: Subject: PERFORCE change 90058 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 12:05:04 -0000 http://perforce.freebsd.org/chv.cgi?CH=90058 Change 90058 by rwatson@rwatson_sesame on 2006/01/21 12:04:59 Missing includes, warnings. Submitted by: phk Found with: FlexeLint Affected files ... .. //depot/projects/trustedbsd/openbsm/tools/Makefile#2 edit .. //depot/projects/trustedbsd/openbsm/tools/audump.c#3 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/tools/Makefile#2 (text+ko) ==== @@ -8,5 +8,6 @@ DPADD= /usr/lib/libbsm.a LDADD= -lbsm BINDIR= /usr/sbin +WARNS= 3 .include ==== //depot/projects/trustedbsd/openbsm/tools/audump.c#3 (text+ko) ==== @@ -25,8 +25,11 @@ */ #include +#include +#include #include #include +#include /* * Simple tool to dump various /etc/security databases using the defined APIs.