summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-04-28 07:55:19 +0000
committermarkm <markm@FreeBSD.org>2001-04-28 07:55:19 +0000
commitfefaa70f2e617dfbdf1e28b70b08e24a9e3739c6 (patch)
treeb893a1845ac8afef5f0d1e7fad1b737229d62649 /libexec/ftpd/extern.h
parent1b58f2ae2733fa58fdca156cc58c08860e03c089 (diff)
downloadFreeBSD-src-fefaa70f2e617dfbdf1e28b70b08e24a9e3739c6.zip
FreeBSD-src-fefaa70f2e617dfbdf1e28b70b08e24a9e3739c6.tar.gz
Change names of functions and variables with global scope that are
in conflict with library values of the same name. This allows static linking.
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index 684703e..a490826 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -39,7 +39,7 @@ char **copyblk __P((char **));
void cwd __P((char *));
void delete __P((char *));
void dologout __P((int));
-void fatal __P((char *));
+void fatalerror __P((char *));
void ftpd_logwtmp __P((char *, char *, char *));
int ftpd_pclose __P((FILE *));
FILE *ftpd_popen __P((char *, char *));
OpenPOWER on IntegriCloud