svn commit: r226785 - head

Ed Schouten ed at 80386.nl
Wed Oct 26 08:46:50 UTC 2011


Hi Garrett,

* Garrett Cooper <yanegomi at gmail.com>, 20111026 09:54:
> I addressed the overall issue a bit more thoroughly via bin/143830 .
> Could you take a look at that PR and let me know what you think of it?

The patch looks okay, but I think it can be simplified. Maybe we should
get rid of all the `RESCUE' bits from the atmconfig source code itself
and add something like this to the Makefile:

.if !defined(RESCUE) && ${MK_BNSMP} != "no"
CFLAGS+= -DWITH_BSNMP
.endif

That way you can simply use `#ifdef WITH_BSNMP' throughout the source
files.

Thanks,
-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20111026/e42bdf30/attachment.pgp


More information about the svn-src-all mailing list