From owner-p4-projects@FreeBSD.ORG Sun Jul 18 12:39:56 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 77BCA1065672; Sun, 18 Jul 2010 12:39:56 +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 3AE12106564A for ; Sun, 18 Jul 2010 12:39:56 +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 0F1348FC18 for ; Sun, 18 Jul 2010 12:39:56 +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 o6ICdtGb040099 for ; Sun, 18 Jul 2010 12:39:55 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6ICdtxX040097 for perforce@freebsd.org; Sun, 18 Jul 2010 12:39:55 GMT (envelope-from trasz@freebsd.org) Date: Sun, 18 Jul 2010 12:39:55 GMT Message-Id: <201007181239.o6ICdtxX040097@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 Precedence: bulk Cc: Subject: PERFORCE change 181135 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2010 12:39:56 -0000 http://p4web.freebsd.org/@@181135?ac=10 Change 181135 by trasz@trasz_victim on 2010/07/18 12:39:40 Tweak copyright (approved by rwatson@), sort includes, remove unneeded ones. Affected files ... .. //depot/projects/soc2009/trasz_limits/sys/kern/kern_container.c#16 edit .. //depot/projects/soc2009/trasz_limits/sys/sys/container.h#9 edit Differences ... ==== //depot/projects/soc2009/trasz_limits/sys/kern/kern_container.c#16 (text+ko) ==== @@ -2,8 +2,8 @@ * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * - * This software was developed by Edward Tomasz Napierala under sponsorship from - * the FreeBSD Foundation. + * This software was developed by Edward Tomasz Napierala under sponsorship + * from the FreeBSD Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -36,24 +36,15 @@ #include #include +#include +#include #include -#include -#include -#include -#include -#include +#include #include -#include +#include #include #include #include -#include -#include -#include -#include -#include -#include -#include #ifdef HRL #include ==== //depot/projects/soc2009/trasz_limits/sys/sys/container.h#9 (text+ko) ==== @@ -2,8 +2,8 @@ * Copyright (c) 2010 The FreeBSD Foundation * All rights reserved. * - * This software was developed by Edward Tomasz Napierala under sponsorship from - * the FreeBSD Foundation. + * This software was developed by Edward Tomasz Napierala under sponsorship + * from the FreeBSD Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions