Re: PATCH at_solaris.c

2018-05-15 Thread Robert Story
On Tue, 15 May 2018 15:50:20 +0200 Niels wrote:
NBVNSC> The new at_solaris access module does not compile. May I
NBVNSC> solicit votes for this patch for the missing include file?

+1

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


Re: PATCH at_solaris.c

2018-05-15 Thread Wes Hardaker via Net-snmp-coders
Niels Baggesen via Net-snmp-coders
 writes:

> The new at_solaris access module does not compile. May I solicit votes for
> this patch for the missing include file?

+1 from me
-- 
Wes Hardaker
Please mail all replies to net-snmp-coders@lists.sourceforge.net

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


Re: PATCH at_solaris.c

2018-05-15 Thread Bart Van Assche

On 05/15/18 06:50, Niels Baggesen via Net-snmp-coders wrote:

The new at_solaris access module does not compile. May I solicit votes for
this patch for the missing include file?

diff --git a/agent/mibgroup/mibII/data_access/at_solaris.c
b/agent/mibgroup/mibII/data_access/at_solaris.c
index 0a92ec0..b14a999 100644
--- a/agent/mibgroup/mibII/data_access/at_solaris.c
+++ b/agent/mibgroup/mibII/data_access/at_solaris.c
@@ -19,6 +19,7 @@
  #include 
  #include 
  #include "kernel_sunos5.h"
+#include "../at.h"
  
  typedef struct if_ip {

  int ifIdx;


+1

BTW, I tried to install Solaris in a VM to test this split-up but so far 
without luck. I ran into the "^[[210z" problem while trying to install 
Solaris (see also https://echelog.com/logs/browse/illumos/1488409200).


Bart.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


PATCH at_solaris.c

2018-05-15 Thread Niels Baggesen via Net-snmp-coders
The new at_solaris access module does not compile. May I solicit votes for
this patch for the missing include file?

diff --git a/agent/mibgroup/mibII/data_access/at_solaris.c
b/agent/mibgroup/mibII/data_access/at_solaris.c
index 0a92ec0..b14a999 100644
--- a/agent/mibgroup/mibII/data_access/at_solaris.c
+++ b/agent/mibgroup/mibII/data_access/at_solaris.c
@@ -19,6 +19,7 @@
 #include 
 #include 
 #include "kernel_sunos5.h"
+#include "../at.h"
 
 typedef struct if_ip {
 int ifIdx;

/Niels

-- 
Niels Baggesen - @home - Ã…rhus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders