diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-01-05 21:12:27 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-01-05 21:12:27 +0000 |
commit | a7162bc6231ef39a495c319da61de9f547850be6 (patch) | |
tree | d90d3237069e638ce03e8b4d9ae758880796fd0f /security | |
parent | b3b37c971ca86e606542ce2d062b70c1c7ad7994 (diff) | |
download | FreeBSD-ports-a7162bc6231ef39a495c319da61de9f547850be6.zip FreeBSD-ports-a7162bc6231ef39a495c319da61de9f547850be6.tar.gz |
make this one compile again
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index b99d828..1b84b07 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -283,3 +283,10 @@ tidy: clean chmod -R a+r . +*** /dev/null Thu Jan 25 06:52:04 1996 +--- shdata.c Thu Jan 25 06:54:34 1996 +*************** +*** 0 **** +--- 1,2 ---- ++ int allow_severity; ++ int deny_severity; |