Commit Graph

5 Commits

Author SHA1 Message Date
Patrick J Cherry
bbcbb10e75 Use #bytesize instead of #size when measuring the length of our packed integer. 2017-05-10 12:17:51 +01:00
Patrick J Cherry
6e75dc4e17 Re-instate this as an arch-independent package, and remove gcc call
We're now assuming that the size of size_t is a long unsigned integer.
In the kernel there's a comment:

/*
 * Most 32 bit architectures use "unsigned int" size_t,
 * and all 64 bit architectures use "unsigned long" size_t.
 */

On 32 bit architectures, an unsigned int is the same size as an unsigned
long anyway, so I think this assumption is OK.
2017-05-10 11:38:10 +01:00
Patrick J Cherry
888f9f5156 Removed need for gcc as a dependency for debian packages. 2012-01-24 15:59:30 +00:00
Brian Candler
0cb1429c62 Experimental code for reading iptables 2011-05-06 11:41:06 +01:00
Brian Candler
e07af9a315 Reorganise under Linux:: 2011-05-06 09:49:47 +01:00