From owner-p4-projects@FreeBSD.ORG Fri Oct 2 17:21:44 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8E7E6106575E; Fri, 2 Oct 2009 17:21:44 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24CC61065697 for ; Fri, 2 Oct 2009 17:21:44 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE8F48FC1B for ; Fri, 2 Oct 2009 17:21:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n92HLhvN054152 for ; Fri, 2 Oct 2009 17:21:43 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n92HLhF8054150 for perforce@freebsd.org; Fri, 2 Oct 2009 17:21:43 GMT (envelope-from trasz@freebsd.org) Date: Fri, 2 Oct 2009 17:21:43 GMT Message-Id: <200910021721.n92HLhF8054150@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to trasz@freebsd.org using -f From: Edward Tomasz Napierala To: Perforce Change Reviews Cc: Subject: PERFORCE change 169141 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: Fri, 02 Oct 2009 17:21:44 -0000 http://perforce.freebsd.org/chv.cgi?CH=169141 Change 169141 by trasz@trasz_victim on 2009/10/02 17:21:01 Style fix. Affected files ... .. //depot/projects/soc2009/trasz_limits/usr.sbin/hrl/hrl.c#24 edit Differences ... ==== //depot/projects/soc2009/trasz_limits/usr.sbin/hrl/hrl.c#24 (text+ko) ==== @@ -27,6 +27,8 @@ #include __FBSDID("$FreeBSD$"); +#include +#include #include #include #include @@ -36,7 +38,6 @@ #include #include #include -#include #define HRL_DEFAULT_BUFSIZE 4096