Deleted Added
full compact
41c41
< "$FreeBSD: head/sbin/ifconfig/ifconfig.c 147979 2005-07-13 21:23:40Z yar $";
---
> "$FreeBSD: head/sbin/ifconfig/ifconfig.c 148001 2005-07-14 18:33:21Z rwatson $";
93a94
> int printkeys = 0; /* Print keying material for interfaces. */
159c160
< strlcpy(options, "adlmuv", sizeof(options));
---
> strlcpy(options, "adklmuv", sizeof(options));
169a171,173
> case 'k':
> printkeys++;
> break;