aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /libexec/ftpd
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
downloadsrc-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz
src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpcmd.y2
-rw-r--r--libexec/ftpd/ftpd.c2
-rw-r--r--libexec/ftpd/logwtmp.c2
-rw-r--r--libexec/ftpd/popen.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 917dd5ef79e8..9d57017e2f19 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -45,8 +45,6 @@ static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94";
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 45c6c96d4471..a41a23ab1184 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -44,8 +44,6 @@ static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* FTP server.
*/
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c
index 0ae48dd4cd7b..933fca37a417 100644
--- a/libexec/ftpd/logwtmp.c
+++ b/libexec/ftpd/logwtmp.c
@@ -36,8 +36,6 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/stat.h>
#include <netinet/in.h>
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index 082b2270a953..887883af3480 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/wait.h>
#include <netinet/in.h>