diff options
author | obache <obache@pkgsrc.org> | 2007-09-23 16:25:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-23 16:25:01 +0000 |
commit | bfd3f3df088d4eddebf4b061968dba3ae4d2e86a (patch) | |
tree | fa3dc787cbd1a31d957c7459480194f75d71ad44 /net/tacacs/patches | |
parent | 1a24e4676e71c48744684b50e32c7ca8c0f26f16 (diff) | |
download | pkgsrc-bfd3f3df088d4eddebf4b061968dba3ae4d2e86a.tar.gz |
Fixed build problem with gcc4 reported by Yakovetsky Vladimir in PR 36929.
Diffstat (limited to 'net/tacacs/patches')
-rw-r--r-- | net/tacacs/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/tacacs/patches/patch-af b/net/tacacs/patches/patch-af new file mode 100644 index 00000000000..4df137ae88c --- /dev/null +++ b/net/tacacs/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2007/09/23 16:25:01 obache Exp $ + +--- parse.h.orig 2000-06-18 17:26:54.000000000 +0000 ++++ parse.h +@@ -18,9 +18,6 @@ + FITNESS FOR A PARTICULAR PURPOSE. + */ + +-/* Dummy password, if nopasswd is specified */ +-extern char *nopasswd_str; +- + /* Keywords & values */ + + #define S_eof 99 |