diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-14 03:00:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-14 03:00:32 +0000 |
| commit | eaa86f9d7fcbe6b82b1defa62f31071324c836ed (patch) | |
| tree | 137a895b2bbf552ac725382b58bbcd9900e55b7a /usr.bin/touch | |
| parent | 09c9a90bfd133721f20dfa93619c270d3d3d8dff (diff) | |
Notes
Diffstat (limited to 'usr.bin/touch')
| -rw-r--r-- | usr.bin/touch/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index d1de0bc9283a..02f7ccca8f34 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -333,7 +333,7 @@ err: rval = 1; return (rval); } -__dead void +void usage() { (void)fprintf(stderr, |
