On 22 August 2011 16:23, Lomax, Michael P. <[email protected]> wrote:
> I did not find a protosw file in /usr/include and `grep "struct protosw" *`
> while in /usr/include netted no results.
You probably need to look at files in subdirectories of /usr/include
Something like:
$ cd /usr/include
$ grep "struct protosw" *.h
$ grep "struct protosw" */*.h
and maybe
$ grep "struct protosw" */*/*.h
I don't know how deep the include structure is on AIX,
but three levels is usually sufficient to catch everything.
Dave
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders