diff options
Diffstat (limited to 'cddl/compat/opensolaris/include')
-rw-r--r-- | cddl/compat/opensolaris/include/devid.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/libintl.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/mnttab.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/priv.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/solaris.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/zone.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/cddl/compat/opensolaris/include/devid.h b/cddl/compat/opensolaris/include/devid.h index 6718ce2b9fbc..205e461f8956 100644 --- a/cddl/compat/opensolaris/include/devid.h +++ b/cddl/compat/opensolaris/include/devid.h @@ -18,6 +18,8 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END + * + * $FreeBSD$ */ /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. diff --git a/cddl/compat/opensolaris/include/libintl.h b/cddl/compat/opensolaris/include/libintl.h index 595434493e74..da13f4749081 100644 --- a/cddl/compat/opensolaris/include/libintl.h +++ b/cddl/compat/opensolaris/include/libintl.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _LIBINTL_H_ #define _LIBINTL_H_ diff --git a/cddl/compat/opensolaris/include/mnttab.h b/cddl/compat/opensolaris/include/mnttab.h index 6e7d28c1ee01..9d0bfc72b9a3 100644 --- a/cddl/compat/opensolaris/include/mnttab.h +++ b/cddl/compat/opensolaris/include/mnttab.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _OPENSOLARIS_MNTTAB_H_ #define _OPENSOLARIS_MNTTAB_H_ diff --git a/cddl/compat/opensolaris/include/priv.h b/cddl/compat/opensolaris/include/priv.h index 78eae1a3cda2..32696ae5668b 100644 --- a/cddl/compat/opensolaris/include/priv.h +++ b/cddl/compat/opensolaris/include/priv.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _OPENSOLARIS_PRIV_H_ #define _OPENSOLARIS_PRIV_H_ diff --git a/cddl/compat/opensolaris/include/solaris.h b/cddl/compat/opensolaris/include/solaris.h index fbdd8c680352..01f9d4776abc 100644 --- a/cddl/compat/opensolaris/include/solaris.h +++ b/cddl/compat/opensolaris/include/solaris.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _SOLARIS_H_ #define _SOLARIS_H_ diff --git a/cddl/compat/opensolaris/include/zone.h b/cddl/compat/opensolaris/include/zone.h index 487f02f6db49..8c377cf6574d 100644 --- a/cddl/compat/opensolaris/include/zone.h +++ b/cddl/compat/opensolaris/include/zone.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _ZONE_H_ #define _ZONE_H_ |