Deleted Added
full compact
29c29
< * $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c 164997 2006-12-07 22:36:17Z syrinx $
---
> * $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c 165046 2006-12-09 20:58:26Z syrinx $
356d355
< bp = NULL; /* Make the compiler happy. */
384a384
> default:
424,425d423
< bp = NULL; /* Make the compiler happy. */
<
510a509,511
>
> default:
> abort();
567d567
< bp = NULL; /* Make the compiler happy. */
650a651,653
>
> default:
> abort();
691d693
< bp = NULL; /* Make the compiler happy. */
719a722
> default:
1125c1128
< struct bridge_port *bp = NULL;
---
> struct bridge_port *bp;
1203a1207,1209
>
> default:
> abort();
1248c1254
< struct bridge_port *bp = NULL;
---
> struct bridge_port *bp;
1324a1331,1333
>
> default:
> abort();
1355c1364
< struct bridge_port *bp = NULL;
---
> struct bridge_port *bp;
1377c1386,1387
< return (SNMP_ERR_NOERROR);
---
> default:
> abort();