Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2010 12:39:55 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 181135 for review
Message-ID:  <201007181239.o6ICdtxX040097@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/container.h>
 #include <sys/param.h>
+#include <sys/kernel.h>
+#include <sys/lock.h>
 #include <sys/malloc.h>
-#include <sys/queue.h>
-#include <sys/refcount.h>
-#include <sys/kernel.h>
-#include <sys/limits.h>
-#include <sys/priv.h>
+#include <sys/mutex.h>
 #include <sys/proc.h>
-#include <sys/resourcevar.h>
+#include <sys/sbuf.h>
 #include <sys/sysent.h>
 #include <sys/sysproto.h>
 #include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/eventhandler.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
-#include <sys/sbuf.h>
-#include <sys/tree.h>
-#include <vm/uma.h>
 
 #ifdef HRL
 #include <sys/hrl.h>

==== //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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007181239.o6ICdtxX040097>