diff options
author | rm88369 <none@none> | 2006-09-27 05:14:58 -0700 |
---|---|---|
committer | rm88369 <none@none> | 2006-09-27 05:14:58 -0700 |
commit | 9c84d166d34399061330ff651f11e12622bc0700 (patch) | |
tree | 11abbc36b662c5429359254b4ed4eab9b4d9ed2c /usr/src/cmd/bart/bart.h | |
parent | c40f76e346ad844b9326c2049644b7b1d1a93e48 (diff) | |
download | illumos-joyent-9c84d166d34399061330ff651f11e12622bc0700.tar.gz |
6408879 /usr/bin/bart create not including all files in manifest for multiple subtrees in a block
6408957 global rules for /usr/bin/bart not working properly
6408975 adding excluding pattern to rules file for /usr/bin/bart has unexpected side-effects
Diffstat (limited to 'usr/src/cmd/bart/bart.h')
-rw-r--r-- | usr/src/cmd/bart/bart.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/cmd/bart/bart.h b/usr/src/cmd/bart/bart.h index f84f6b681f..517562a129 100644 --- a/usr/src/cmd/bart/bart.h +++ b/usr/src/cmd/bart/bart.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -137,7 +136,6 @@ struct rule { struct tree_modifier *modifiers; struct rule *next; struct rule *prev; - boolean_t traversed; }; struct dir_component { |