Actions
Bug #675
closedGet rid of netgraph's *LEN constants
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Catch up a bit with FreeBSD netgraph by replacing *LEN constants with
*SIZ constants which already account space for trailing '\0's.
Obtained from: FreeBSD (sorta).
Nuno.
Files
Updated by dillon over 17 years ago
:Catch up a bit with FreeBSD netgraph by replacing *LEN constants with
:*SIZ constants which already account space for trailing '\0's.
:
:Obtained from: FreeBSD (sorta).
:
:Nuno.
Committed.
-Matt
Updated by nant over 17 years ago
Hmm. Just noticed that this breaks buildworld. I'm working on a patch to fix it.
Sorry,
Nuno
Updated by nant over 17 years ago
Here's another patch to fix buildworld breakage. Sorry about that.
Reported by: walt <wa1ter@myrealbox.com>
Thanks,
Nuno
Updated by nant over 17 years ago
Hopefully replace all references to *LEN with *SIZ now...
Note to self: Gotta learn to properly verify stuff before submitting.
Reported by: swildner@
Thanks,
Nuno
Actions