$NetBSD: patch-aj,v 1.1 2006/12/19 07:53:57 wiz Exp $

plugged fd leaks.

http://mlterm.cvs.sourceforge.net/mlterm/mlterm/kiklib/src/kik_file.h?r1=1.5&r2=1.6&view=patch

--- kiklib/src/kik_file.h.orig	2003/01/12 12:34:31	1.5
+++ kiklib/src/kik_file.h	2006/10/19 14:41:51	1.6
@@ -33,5 +33,8 @@
 
 int  kik_file_unlock( int  fd) ;
 
+int  kik_file_set_cloexec( int  fd) ;
+
+int  kik_file_unset_cloexec( int  fd) ;
 
 #endif
