Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/diff add prototype
details: https://anonhg.NetBSD.org/src/rev/b53cbfeadd0d
branches: trunk
changeset: 338581:b53cbfeadd0d
user: christos <christos%NetBSD.org@localhost>
date: Sat May 30 21:05:18 2015 +0000
description:
add prototype
diffstat:
external/bsd/blacklist/diff/ssh.diff | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 440ad93c92a7 -r b53cbfeadd0d external/bsd/blacklist/diff/ssh.diff
--- a/external/bsd/blacklist/diff/ssh.diff Sat May 30 20:39:56 2015 +0000
+++ b/external/bsd/blacklist/diff/ssh.diff Sat May 30 21:05:18 2015 +0000
@@ -11,7 +11,7 @@
+static struct blacklist *blstate;
+
+void
-+pfilter_init()
++pfilter_init(void)
+{
+ blstate = blacklist_open();
+}
Home |
Main Index |
Thread Index |
Old Index