summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorsevan <sevan@NetBSD.org>2019-06-30 11:38:16 +0000
committersevan <sevan@NetBSD.org>2019-06-30 11:38:16 +0000
commit5c1ef4f7469198f0f4fdb376c084d50b0df164ba (patch)
treefc359b1d0651ee27acbcb0880843c901557191c9 /sbin
parentfa4678fe015f3f07203d4ddc06adf5abd851994a (diff)
Add rcsid
Diffstat (limited to 'sbin')
-rw-r--r--sbin/gpt/gpt.h2
-rw-r--r--sbin/gpt/gpt_private.h2
-rw-r--r--sbin/gpt/gpt_uuid.h2
-rw-r--r--sbin/gpt/map.h2
-rw-r--r--sbin/ifconfig/env.h2
-rw-r--r--sbin/ifconfig/parse.h2
-rw-r--r--sbin/ifconfig/util.h2
-rw-r--r--sbin/newfs_udf/newfs_udf.h2
-rw-r--r--sbin/route/rtutil.h2
9 files changed, 18 insertions, 0 deletions
diff --git a/sbin/gpt/gpt.h b/sbin/gpt/gpt.h
index aadb74393bc..63a2aaea451 100644
--- a/sbin/gpt/gpt.h
+++ b/sbin/gpt/gpt.h
@@ -1,3 +1,5 @@
+/* $NetBSD: gpt.h,v 1.41 2019/06/30 11:38:16 sevan Exp $ */
+
/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
diff --git a/sbin/gpt/gpt_private.h b/sbin/gpt/gpt_private.h
index a458951e47a..afd09ca3c88 100644
--- a/sbin/gpt/gpt_private.h
+++ b/sbin/gpt/gpt_private.h
@@ -1,3 +1,5 @@
+/* $NetBSD: gpt_private.h,v 1.3 2019/06/30 11:38:16 sevan Exp $ */
+
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
* All rights reserved.
diff --git a/sbin/gpt/gpt_uuid.h b/sbin/gpt/gpt_uuid.h
index c78670cff59..59e9e6650b6 100644
--- a/sbin/gpt/gpt_uuid.h
+++ b/sbin/gpt/gpt_uuid.h
@@ -1,3 +1,5 @@
+/* $NetBSD: gpt_uuid.h,v 1.9 2019/06/30 11:38:16 sevan Exp $ */
+
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
* All rights reserved.
diff --git a/sbin/gpt/map.h b/sbin/gpt/map.h
index c852f1b5efb..d6e94e67c5d 100644
--- a/sbin/gpt/map.h
+++ b/sbin/gpt/map.h
@@ -1,3 +1,5 @@
+/* $NetBSD: map.h,v 1.7 2019/06/30 11:38:16 sevan Exp $ */
+
/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
diff --git a/sbin/ifconfig/env.h b/sbin/ifconfig/env.h
index a5749e05f51..c5c281e7d90 100644
--- a/sbin/ifconfig/env.h
+++ b/sbin/ifconfig/env.h
@@ -1,3 +1,5 @@
+/* $NetBSD: env.h,v 1.4 2019/06/30 11:38:16 sevan Exp $ */
+
#ifndef _IFCONFIG_ENV_H
#define _IFCONFIG_ENV_H
diff --git a/sbin/ifconfig/parse.h b/sbin/ifconfig/parse.h
index 231dfd97147..1d92bef175c 100644
--- a/sbin/ifconfig/parse.h
+++ b/sbin/ifconfig/parse.h
@@ -1,3 +1,5 @@
+/* $NetBSD: parse.h,v 1.8 2019/06/30 11:38:16 sevan Exp $ */
+
#ifndef _IFCONFIG_PARSE_H
#define _IFCONFIG_PARSE_H
diff --git a/sbin/ifconfig/util.h b/sbin/ifconfig/util.h
index 6eb330270d6..d077eba882e 100644
--- a/sbin/ifconfig/util.h
+++ b/sbin/ifconfig/util.h
@@ -1,3 +1,5 @@
+/* $NetBSD: util.h,v 1.13 2019/06/30 11:38:16 sevan Exp $ */
+
#ifndef _IFCONFIG_UTIL_H
#define _IFCONFIG_UTIL_H
diff --git a/sbin/newfs_udf/newfs_udf.h b/sbin/newfs_udf/newfs_udf.h
index 1c21a0b48e4..6cb1603030f 100644
--- a/sbin/newfs_udf/newfs_udf.h
+++ b/sbin/newfs_udf/newfs_udf.h
@@ -1,3 +1,5 @@
+/* $NetBSD: newfs_udf.h,v 1.6 2019/06/30 11:38:16 sevan Exp $ */
+
/*
* Copyright (c) 2006, 2008, 2013 Reinoud Zandijk
* All rights reserved.
diff --git a/sbin/route/rtutil.h b/sbin/route/rtutil.h
index 3a23cf5cbf3..d3d17f4548e 100644
--- a/sbin/route/rtutil.h
+++ b/sbin/route/rtutil.h
@@ -1,3 +1,5 @@
+/* $NetBSD: rtutil.h,v 1.4 2019/06/30 11:38:16 sevan Exp $ */
+
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
* All rights reserved.