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 /libexec | |
| parent | 61328d7a97e582bfc9c03af1abbc42c8d04f16b4 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/fingerd/fingerd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 0979c64a504b..7d2a7547893b 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -62,7 +62,7 @@ static const char rcsid[] = #include <string.h> #include "pathnames.h" -void logerr(const char *, ...) __printflike(1, 2); +void logerr(const char *, ...) __printflike(1, 2) __dead2; int main(int argc, char *argv[]) |
