mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
405 B
C
14 lines
405 B
C
$NetBSD: patch-wsocket_nmst__is__active.c,v 1.1 2012/10/26 20:41:45 joerg Exp $
|
|
|
|
--- wsocket/nmst_is_active.c.orig 2012-10-26 16:08:24.000000000 +0000
|
|
+++ wsocket/nmst_is_active.c
|
|
@@ -28,7 +28,7 @@
|
|
|
|
#include <nemesi/wsocket.h>
|
|
|
|
-inline int nmst_is_active(nms_transport * transport)
|
|
+int nmst_is_active(nms_transport * transport)
|
|
{
|
|
return ((transport->type != SOCK_NONE) && (transport->fd >= 0));
|
|
}
|