typedef struct namedlist_block {
const uschar *string; /* the list string */
namedlist_cacheblock *cache_data; /* cached domain_data or localpart_data */
- int number:31; /* the number of the list for caching */
- BOOL hide:1; /* -bP does not display value */
+ short number; /* the number of the list for caching */
+ BOOL hide; /* -bP does not display value */
} namedlist_block;
/* Structures for Access Control Lists */
# Platform differences in errno strings
s/ SMTP\(Operation timed out\)<</ SMTP(Connection timed out)<</;
+ s/Arg list too long/Argument list too long/;
# Platform differences for errno values (eg. Hurd)
s/^errno = \d+$/errno = EEE/;