summaryrefslogtreecommitdiffstats
path: root/bin/rcp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/rcp.c4
-rw-r--r--bin/rcp/util.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index b34506d..f36af01 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -48,9 +48,9 @@ static char const copyright[] =
#if 0
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/stat.h>
diff --git a/bin/rcp/util.c b/bin/rcp/util.c
index 4174589..2e63c05 100644
--- a/bin/rcp/util.c
+++ b/bin/rcp/util.c
@@ -35,9 +35,9 @@
#if 0
static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94";
#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