summaryrefslogtreecommitdiffstats
path: root/sbin/restore/tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/tape.c')
-rw-r--r--sbin/restore/tape.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index ea5d37f..3245926 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -36,10 +36,11 @@
#if 0
static char sccsid[] = "@(#)tape.c 8.9 (Berkeley) 5/1/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/file.h>
#include <sys/mtio.h>
OpenPOWER on IntegriCloud