summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/sh/bltin/echo.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c
index b775b04..fcd6266 100644
--- a/bin/sh/bltin/echo.c
+++ b/bin/sh/bltin/echo.c
@@ -34,9 +34,11 @@
* SUCH DAMAGE.
*
* @(#)echo.c 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Echo command.
*/
OpenPOWER on IntegriCloud