diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 13:23:46 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 13:23:46 +0000 |
| commit | 53a24b9359b55e611a8c8c09d25a4cf4397401af (patch) | |
| tree | 0d9af502fa4c6b60aa762bf432fe388703e65f91 | |
| parent | eaed5652bf827ccfcdc0abfadec1f17c135fdb8d (diff) | |
Notes
| -rw-r--r-- | bin/sh/bltin/echo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index b775b045d1b3..fcd62662479a 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. */ |
