summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/bioapi/files/bioapi-1.2.3-enroll-ret.patch')
-rw-r--r--sys-auth/bioapi/files/bioapi-1.2.3-enroll-ret.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-auth/bioapi/files/bioapi-1.2.3-enroll-ret.patch b/sys-auth/bioapi/files/bioapi-1.2.3-enroll-ret.patch
deleted file mode 100644
index e077c135d63f..000000000000
--- a/sys-auth/bioapi/files/bioapi-1.2.3-enroll-ret.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-http://bugs.gentoo.org/236654
-
-make sure we return 0 when things work
-
-patch by kouyu
-
---- bioapi-linux/apps/NonGUI_Sample/main.c
-+++ bioapi-linux/apps/NonGUI_Sample/main.c
-@@ -234,6 +234,7 @@
- }
-
- OutputToFile(userName, EnrolledTemplate);
-+ return 0;
- }
- }
-