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/9ced894e638d
branches: trunk
changeset: 973556:9ced894e638d
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 bf33008cc4fb -r 9ced894e638d 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 bf33008cc4fb -r 9ced894e638d 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