$OpenBSD: patch-tv_c,v 1.1 2001/03/07 07:55:59 fgsch Exp $
--- tv.c.orig	Mon Feb 12 16:03:09 2001
+++ tv.c	Wed Mar  7 04:25:01 2001
@@ -220,6 +220,7 @@ static void TVNewFrameHdlr( TV_IMAGE *im
 
 static void TVRemoteCallback( const char key[] )
 {
+#if !defined(__OpenBSD__)
     TV_BOOL handled;
 
     /*  First, pass these through the user's Remote translation table      */
@@ -230,6 +231,7 @@ static void TVRemoteCallback( const char
         /*    generic "key" handler and take the default behavior.  */
         TVACTIONKeyEventHdlr( key, &handled );
     }
+#endif
 }
 
 
@@ -842,13 +844,15 @@ int main( int argc, char *argv[] )
     XtAddEventHandler( top_level, (EventMask) 0, True, _XEditResCheckMessages,
                        NULL );
 
+#if !defined(__OpenBSD__)
     /*  Attach remote, if configured  */
     if ( App_res.remote_type[0] && !STREQ( App_res.remote_type, "None" ) && 
                                    !STREQ( App_res.remote_type, "none" ) ) {
         TVREMOTETRANSParse( XtDisplay( top_level ) );
         TVREMOTEOpen( app_context, App_res.remote_type, TVRemoteCallback );
     }
-    
+#endif
+
     XtVaSetValues( top_level, XtNallowShellResize, True,
                              NULL );
 
