svn commit: r196179 - head/sys/cddl/compat/opensolaris/kern

[ Available lists | Index of svn-src-all | Month of Aug 2009 | Week of 13 Aug 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Edward Tomasz Napierala <trasz@FreeBSD.org>
Date
13 Aug 2009 12:28:31
Subject
svn commit: r196179 - head/sys/cddl/compat/opensolaris/kern
Message-ID
200908131228.n7DCSU1o000650@svn.freebsd.org


[ Hide this part ]
Author: trasz
Date: Thu Aug 13 12:28:30 2009
New Revision: 196179
URL: http://svn.freebsd.org/changeset/base/196179

Log:
Remove CDDL warning.

Approved by: re (kib), core

Modified:
head/sys/cddl/compat/opensolaris/kern/opensolaris.c

Modified: head/sys/cddl/compat/opensolaris/kern/opensolaris.c
==============================================================================
--- head/sys/cddl/compat/opensolaris/kern/opensolaris.c Thu Aug 13 10:31:02 2009 (r196178)
+++ head/sys/cddl/compat/opensolaris/kern/opensolaris.c Thu Aug 13 12:28:30 2009 (r196179)
@@ -49,10 +49,6 @@ opensolaris_load(void *dummy)
{
int i;

- printf("This module (opensolaris) contains code covered by the\n");
- printf("Common Development and Distribution License (CDDL)\n");
- printf("see http://opensolaris.org/os/licensing/opensolaris_license/\n");
-
/*
* "Enable" all CPUs even though they may not exist just so
* that the asserts work. On FreeBSD, if a CPU exists, it is

Elapsed time: 0.098 seconds