diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-16 02:26:02 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-23 12:07:30 -0300 |
commit | 41ab224df12b8487004a1522b4f671680c082954 (patch) | |
tree | 9ebbc4ea5d1cfb82757ca1fd862b67e444a712a2 /community/libfprint/fix-stderr.patch | |
parent | 1f40937c55d742c7ae05db34c966c3dd2d6595e7 (diff) | |
download | aports-41ab224df12b8487004a1522b4f671680c082954.tar.bz2 aports-41ab224df12b8487004a1522b4f671680c082954.tar.xz |
community/*: move lots of stuff from main and modernize
Diffstat (limited to 'community/libfprint/fix-stderr.patch')
-rw-r--r-- | community/libfprint/fix-stderr.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/libfprint/fix-stderr.patch b/community/libfprint/fix-stderr.patch new file mode 100644 index 0000000000..cde438231e --- /dev/null +++ b/community/libfprint/fix-stderr.patch @@ -0,0 +1,14 @@ +diff --git a/libfprint/nbis/include/bozorth.h b/libfprint/nbis/include/bozorth.h +index 08ec4b1..6d744d9 100644 +--- a/libfprint/nbis/include/bozorth.h ++++ b/libfprint/nbis/include/bozorth.h +@@ -217,8 +217,6 @@ struct xytq_struct { + /**************************************************************************/ + /* Globals supporting command line options */ + extern int verbose_threshold; +-/* Global supporting error reporting */ +-extern FILE *stderr; + + /**************************************************************************/ + /* In: BZ_GBLS.C */ + |