Module Name:    src
Committed By:   lukem
Date:           Sat Jul  4 05:18:37 UTC 2020

Modified Files:
        src/libexec/ftpd: pfilter.c pfilter.h

Log Message:
add missing RCSIDs

(copyrights could be added too - that's up to christos@)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/libexec/ftpd/pfilter.c
cvs rdiff -u -r1.1 -r1.2 src/libexec/ftpd/pfilter.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ftpd/pfilter.c
diff -u src/libexec/ftpd/pfilter.c:1.3 src/libexec/ftpd/pfilter.c:1.4
--- src/libexec/ftpd/pfilter.c:1.3	Mon Jun 15 01:57:31 2020
+++ src/libexec/ftpd/pfilter.c	Sat Jul  4 05:18:37 2020
@@ -1,3 +1,5 @@
+/*	$NetBSD: pfilter.c,v 1.4 2020/07/04 05:18:37 lukem Exp $	*/
+
 #include <stdio.h>
 #include <unistd.h>
 #include <blocklist.h>

Index: src/libexec/ftpd/pfilter.h
diff -u src/libexec/ftpd/pfilter.h:1.1 src/libexec/ftpd/pfilter.h:1.2
--- src/libexec/ftpd/pfilter.h:1.1	Sun Jan 25 15:53:49 2015
+++ src/libexec/ftpd/pfilter.h	Sat Jul  4 05:18:37 2020
@@ -1,2 +1,4 @@
+/*	$NetBSD: pfilter.h,v 1.2 2020/07/04 05:18:37 lukem Exp $	*/
+
 void pfilter_open(void);
 void pfilter_notify(int, const char *);

Reply via email to