From edae29ee93a87a396b81de6d71eb1f463ad44bc9 Mon Sep 17 00:00:00 2001 From: sevan Date: Sun, 30 Jun 2019 11:38:16 +0000 Subject: [PATCH] Add rcsid --- sbin/gpt/gpt.h | 2 ++ sbin/gpt/gpt_private.h | 2 ++ sbin/gpt/gpt_uuid.h | 2 ++ sbin/gpt/map.h | 2 ++ sbin/ifconfig/env.h | 2 ++ sbin/ifconfig/parse.h | 2 ++ sbin/ifconfig/util.h | 2 ++ sbin/newfs_udf/newfs_udf.h | 2 ++ sbin/route/rtutil.h | 2 ++ 9 files changed, 18 insertions(+) diff --git a/sbin/gpt/gpt.h b/sbin/gpt/gpt.h index aadb74393bcd..63a2aaea451a 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 a458951e47a0..afd09ca3c881 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 c78670cff597..59e9e6650b6b 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 c852f1b5efb2..d6e94e67c5d6 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 a5749e05f517..c5c281e7d905 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 231dfd971474..1d92bef175ce 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 6eb330270d65..d077eba882eb 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 1c21a0b48e49..6cb1603030fa 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 3a23cf5cbf3a..d3d17f4548e9 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.