PERFORCE change 181135 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Jul 18 12:39:56 UTC 2010


http://p4web.freebsd.org/@@181135?ac=10

Change 181135 by trasz at 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


More information about the p4-projects mailing list