Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd add missing RCSIDs



details:   https://anonhg.NetBSD.org/src/rev/39bd83ef9753
branches:  trunk
changeset: 935500:39bd83ef9753
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jul 04 05:18:37 2020 +0000

description:
add missing RCSIDs

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

diffstat:

 libexec/ftpd/pfilter.c |  2 ++
 libexec/ftpd/pfilter.h |  2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 796a2c14a572 -r 39bd83ef9753 libexec/ftpd/pfilter.c
--- a/libexec/ftpd/pfilter.c    Sat Jul 04 04:59:36 2020 +0000
+++ b/libexec/ftpd/pfilter.c    Sat Jul 04 05:18:37 2020 +0000
@@ -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>
diff -r 796a2c14a572 -r 39bd83ef9753 libexec/ftpd/pfilter.h
--- a/libexec/ftpd/pfilter.h    Sat Jul 04 04:59:36 2020 +0000
+++ b/libexec/ftpd/pfilter.h    Sat Jul 04 05:18:37 2020 +0000
@@ -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 *);



Home | Main Index | Thread Index | Old Index