diff options
Diffstat (limited to 'devel/florist/patches/patch-ah')
-rw-r--r-- | devel/florist/patches/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/florist/patches/patch-ah b/devel/florist/patches/patch-ah deleted file mode 100644 index 30da8464b42..00000000000 --- a/devel/florist/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2005/10/20 17:43:29 wiz Exp $ - ---- posix-process_identification.gpb.orig 2002-10-24 02:03:52.000000000 -0600 -+++ posix-process_identification.gpb -@@ -213,7 +213,7 @@ package body POSIX.Process_Identificatio - Name_Ptr : char_ptr; - begin - Name_Ptr := getlogin; -- if (Name_Ptr = null) then Raise_POSIX_Error; end if; -+ if Name_Ptr = null then Raise_POSIX_Error; end if; - return Form_POSIX_String (Name_Ptr); - end Get_Login_Name; - |