diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2008-08-04 01:25:48 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2008-08-04 01:25:48 +0000 |
| commit | f9bcf9cabfc4f147200688700289c31c663caf99 (patch) | |
| tree | 229041eea5ad591ae2c140ea64950ea8a82735f1 /bin/echo | |
| parent | 61328d7a97e582bfc9c03af1abbc42c8d04f16b4 (diff) | |
Notes
Diffstat (limited to 'bin/echo')
| -rw-r--r-- | bin/echo/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 45d9d7e18c52..68ff581f8475 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$"); * Report an error and exit. * Use it instead of err(3) to avoid linking-in stdio. */ -static void +static __dead2 void errexit(const char *prog, const char *reason) { char *errstr = strerror(errno); |
