diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1997-01-05 21:12:27 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-01-05 21:12:27 +0000 |
commit | b22ab3862c3e11c42fbf5386d9f67f8763965aa4 (patch) | |
tree | 5b3e3f44f061b8b0c2025e3e3d2fbd90ed8b0c4b /security | |
parent | 762e928279f52a83d5ab9dc2d7c875aff50aa7f0 (diff) |
make this one compile again
Notes
Notes:
svn path=/head/; revision=5214
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 b99d82851fce..1b84b07b3529 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; |