aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2004-11-18 11:32:35 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2004-11-18 11:32:35 +0000
commiteb5b2bb3ae45ba8d2c830ed61a3ababc5b73734c (patch)
tree7900c5c4c22b2067ca34ef797e9a3ca4322686d0 /libexec/ftpd
parent82c03024c274943cb33bb429eb76e598b75680d2 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 029f12d76188..6d52c3dd4731 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -240,7 +240,7 @@ static struct passwd *
sgetpwnam(char *);
static char *sgetsave(char *);
static void reapchild(int);
-static void appendf(char **, char *, ...);
+static void appendf(char **, char *, ...) __printflike(2, 3);
static void logcmd(char *, char *, char *, off_t);
static void logxfer(char *, off_t, time_t);
static char *doublequote(char *);