summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_mbr_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_mbr_enc.c')
-rw-r--r--sys/geom/geom_mbr_enc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_mbr_enc.c b/sys/geom/geom_mbr_enc.c
index b5d560a..da5f997 100644
--- a/sys/geom/geom_mbr_enc.c
+++ b/sys/geom/geom_mbr_enc.c
@@ -23,16 +23,16 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
- *
* Functions to encode or decode struct dos_partition into a bytestream
* of correct endianess and packing. These functions do no validation
* or sanity checking, they only pack/unpack the fields correctly.
*
* NB! This file must be usable both in kernel and userland.
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/diskmbr.h>
#include <sys/endian.h>
OpenPOWER on IntegriCloud