kopia lustrzana https://github.com/Hamlib/Hamlib
BSD port fix, by ke4rjq
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1164 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
fc802e21bb
commit
bcdd5ad08c
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Hamlib Interface - event handling
|
* Hamlib Interface - event handling
|
||||||
* Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton
|
* Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
|
||||||
*
|
*
|
||||||
* $Id: event.c,v 1.11 2001-12-16 11:14:46 fillods Exp $
|
* $Id: event.c,v 1.12 2002-09-08 22:30:09 fillods Exp $
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Library General Public License as
|
* it under the terms of the GNU Library General Public License as
|
||||||
|
@ -89,10 +89,12 @@ int add_trn_rig(RIG *rig)
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
|
|
||||||
#ifdef HAVE_SIGINFO_T
|
#ifdef HAVE_SIGINFO_T
|
||||||
|
#ifdef F_SETSIG
|
||||||
status = fcntl(rig->state.rigport.fd, F_SETSIG, SIGIO);
|
status = fcntl(rig->state.rigport.fd, F_SETSIG, SIGIO);
|
||||||
if (status < 0)
|
if (status < 0)
|
||||||
rig_debug(RIG_DEBUG_ERR,"rig_open fcntl SETSIG failed: %s\n",
|
rig_debug(RIG_DEBUG_ERR,"rig_open fcntl SETSIG failed: %s\n",
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
|
#endif
|
||||||
|
|
||||||
status = fcntl(rig->state.rigport.fd, F_SETFL, O_ASYNC);
|
status = fcntl(rig->state.rigport.fd, F_SETFL, O_ASYNC);
|
||||||
if (status < 0)
|
if (status < 0)
|
||||||
|
|
Ładowanie…
Reference in New Issue