summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/locale/mbsinit.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@nexenta.com>2010-10-08 12:30:38 -0700
committerGarrett D'Amore <garrett@nexenta.com>2010-10-08 12:30:38 -0700
commit6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648 (patch)
tree2124a5f7519ce76afec5e7b1aefe0bc89f708781 /usr/src/lib/libc/port/locale/mbsinit.c
parenta154f012db8e83f5f1b49be92c91827d1868a12a (diff)
downloadillumos-gate-6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648.tar.gz
8 libc locale work needs updated license files
223 libc needs multibyte locale support for collation 225 libc locale binary files should be in native byte order 309 populate initial locales for illumos Reviewed by: gwr@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: cjlove@san.rr.net Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/lib/libc/port/locale/mbsinit.c')
-rw-r--r--usr/src/lib/libc/port/locale/mbsinit.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libc/port/locale/mbsinit.c b/usr/src/lib/libc/port/locale/mbsinit.c
index d514d0ee51..036f704260 100644
--- a/usr/src/lib/libc/port/locale/mbsinit.c
+++ b/usr/src/lib/libc/port/locale/mbsinit.c
@@ -1,4 +1,5 @@
/*
+ * Copyright 2010 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 2002-2004 Tim J. Robbins.
* All rights reserved.
*
@@ -24,11 +25,6 @@
* SUCH DAMAGE.
*/
-/*
- * Copyright 2010 Nexenta Systems, Inc. All rights reserved.
- * Use is subject to license terms.
- */
-
#include "lint.h"
#include <wchar.h>
#include "mblocal.h"