Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 1997 04:01:45 GMT
From:      Adam David <adam@veda.is>
To:        asami@vader.CS.BErkeley.EDU (Satoshi Asami)
Cc:        freebsd-ports@freebsd.org
Subject:   Re: __FreeBSD_version
Message-ID:  <199702260401.EAA07468@veda.is>
References:  <199702210751.XAA02773@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
>2.2-* is now "220000" and 3.0-* is now >"300000".)

>(1) net/ucd-snmp (maintainer gpalmer)

>===
>+#if __FreeBSD_version > 199607
>+    struct rlisthdr swaplist;
>+    struct rlist *swapptr;
>+#else
>+    struct rlist *swaplist;
>+#endif
>===

ucd-snmp is currently broken, perhaps this is the reason for the breakage.
The port is also seriously out of date and on my update list if Gary doesn't
get there first.

--
Adam David <adam@veda.is>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702260401.EAA07468>