Print this page

        

*** 20,30 **** * CDDL HEADER END */ /* * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2011, Joyent Inc. All rights reserved. */ #include <assert.h> #include <string.h> #include <libintl.h> --- 20,29 ----
*** 320,335 **** <CSTATE>auths { return AUTHS; } <TSTATE>fs-allowed { return FS_ALLOWED; } <CSTATE>fs-allowed { return FS_ALLOWED; } - <TSTATE>uuid { return UUID; } - <CSTATE>uuid { return UUID; } - - <TSTATE>zfs-io-priority { return ZFSPRI; } - <CSTATE>zfs-io-priority { return ZFSPRI; } - <TSTATE>= { return EQUAL; } <LSTATE>= { return EQUAL; } <CSTATE>= { return EQUAL; } <TSTATE>"[" { --- 319,328 ----