Deleted Added
full compact
2c2
< * Copyright (c) 2005-2006 Robert N. M. Watson
---
> * Copyright (c) 2005-2009 Robert N. M. Watson
26c26
< * $P4: //depot/projects/trustedbsd/openbsm/tools/audump.c#8 $
---
> * $P4: //depot/projects/trustedbsd/openbsm/tools/audump.c#9 $
168c168
< if (classmask & (2 << i)) {
---
> if (classmask & (1 << i)) {
173c173
< c = getauclassnum(2 << i);
---
> c = getauclassnum(1 << i);
177c177
< printf("0x%x", 2 << i);
---
> printf("0x%x", 1 << i);