After r254779 "error" must always be present in mb_ctor_pack(),
not only when MAC is defined. Reported by: gjb / tinderbox Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3541d8b143
commit
e02967a3c7
@ -619,10 +619,7 @@ mb_ctor_pack(void *mem, int size, void *arg, int how)
|
||||
{
|
||||
struct mbuf *m;
|
||||
struct mb_args *args;
|
||||
#ifdef MAC
|
||||
int error;
|
||||
#endif
|
||||
int flags;
|
||||
int error, flags;
|
||||
short type;
|
||||
|
||||
m = (struct mbuf *)mem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user