aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-10 17:50:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-10 17:50:46 +0000
commit115fef563721e80bceb3fc02e3317831b4e69b66 (patch)
treeec33204c979210957cd68f06c08288207c6060c5 /include/wchar.h
parentc34d5912ba458973555f072e06b01e447af0ec0b (diff)
downloadsrc-115fef563721e80bceb3fc02e3317831b4e69b66.tar.gz
src-115fef563721e80bceb3fc02e3317831b4e69b66.zip
VCS ID fixup
Notes
Notes: svn path=/head/; revision=79555
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 2ef0f17c10e9..c14c1b785c2b 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -1,5 +1,3 @@
-/* $NetBSD: wchar.h,v 1.8 2000/12/22 05:31:42 itojun Exp $ */
-
/*-
* Copyright (c)1999 Citrus Project,
* All rights reserved.
@@ -62,6 +60,8 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $NetBSD: wchar.h,v 1.8 2000/12/22 05:31:42 itojun Exp $
*/
#ifndef _WCHAR_H_