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/359853283980
branches:  trunk
changeset: 808723:359853283980
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 d4424e087ef2 -r 359853283980 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