aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commit43581d7b6617959e4452094d9330ef020034a6c9 (patch)
tree632baf2ac18d7970581f7f46c024425bd84ef734 /libexec/ftpd
parentdc36d6f9bb1753f3808552f3afd30eda9a7b206a (diff)
downloadsrc-43581d7b6617959e4452094d9330ef020034a6c9.tar.gz
src-43581d7b6617959e4452094d9330ef020034a6c9.zip
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile1
-rw-r--r--libexec/ftpd/extern.h2
-rw-r--r--libexec/ftpd/ftpcmd.y5
-rw-r--r--libexec/ftpd/ftpd.82
-rw-r--r--libexec/ftpd/ftpd.c3
-rw-r--r--libexec/ftpd/logwtmp.c3
-rw-r--r--libexec/ftpd/pathnames.h2
-rw-r--r--libexec/ftpd/popen.c3
8 files changed, 0 insertions, 21 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index f58b675cf8e7..2cbd14912009 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.2 (Berkeley) 4/4/94
.include <src.opts.mk>
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index 2e314ba5c117..047e8573dd09 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)extern.h 8.2 (Berkeley) 4/4/94
*/
#include <sys/types.h>
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 9d57017e2f19..620acad07395 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94
*/
/*
@@ -39,9 +37,6 @@
%{
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index ec4ce0c65100..fcc5da0b6db1 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
-.\"
.Dd September 9, 2023
.Dt FTPD 8
.Os
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index a41a23ab1184..d71ba541578e 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -38,9 +38,6 @@ static char copyright[] =
#endif
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c
index 933fca37a417..376af74b2d7c 100644
--- a/libexec/ftpd/logwtmp.c
+++ b/libexec/ftpd/logwtmp.c
@@ -30,9 +30,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h
index 75bec0d18a68..1ff753123b1c 100644
--- a/libexec/ftpd/pathnames.h
+++ b/libexec/ftpd/pathnames.h
@@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)pathnames.h 8.1 (Berkeley) 6/4/93
*/
#include <paths.h>
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index 887883af3480..e950e78dcc30 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -33,9 +33,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>