Module Name: src
Committed By: roy
Date: Thu Sep 29 15:25:28 UTC 2016
Modified Files:
src/usr.sbin/ifwatchd: ifwatchd.c
Log Message:
Sprinkle some RCSID loving.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/ifwatchd/ifwatchd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ifwatchd/ifwatchd.c
diff -u src/usr.sbin/ifwatchd/ifwatchd.c:1.35 src/usr.sbin/ifwatchd/ifwatchd.c:1.36
--- src/usr.sbin/ifwatchd/ifwatchd.c:1.35 Thu Sep 29 15:21:09 2016
+++ src/usr.sbin/ifwatchd/ifwatchd.c Thu Sep 29 15:25:28 2016
@@ -1,4 +1,6 @@
-/* $NetBSD: ifwatchd.c,v 1.35 2016/09/29 15:21:09 roy Exp $ */
+/* $NetBSD: ifwatchd.c,v 1.36 2016/09/29 15:25:28 roy Exp $ */
+#include <sys/cdefs.h>
+ __RCSID("$NetBSD: ifwatchd.c,v 1.36 2016/09/29 15:25:28 roy Exp $");
/*-
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.