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