1*fa9e4066Sahrens#!/bin/sh 2*fa9e4066Sahrens# 3*fa9e4066Sahrens# CDDL HEADER START 4*fa9e4066Sahrens# 5*fa9e4066Sahrens# The contents of this file are subject to the terms of the 6*fa9e4066Sahrens# Common Development and Distribution License, Version 1.0 only 7*fa9e4066Sahrens# (the "License"). You may not use this file except in compliance 8*fa9e4066Sahrens# with the License. 9*fa9e4066Sahrens# 10*fa9e4066Sahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11*fa9e4066Sahrens# or http://www.opensolaris.org/os/licensing. 12*fa9e4066Sahrens# See the License for the specific language governing permissions 13*fa9e4066Sahrens# and limitations under the License. 14*fa9e4066Sahrens# 15*fa9e4066Sahrens# When distributing Covered Code, include this CDDL HEADER in each 16*fa9e4066Sahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17*fa9e4066Sahrens# If applicable, add the following below this CDDL HEADER, with the 18*fa9e4066Sahrens# fields enclosed by brackets "[]" replaced with your own identifying 19*fa9e4066Sahrens# information: Portions Copyright [yyyy] [name of copyright owner] 20*fa9e4066Sahrens# 21*fa9e4066Sahrens# CDDL HEADER END 22*fa9e4066Sahrens# 23*fa9e4066Sahrens# 24*fa9e4066Sahrens# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 25*fa9e4066Sahrens# Use is subject to license terms. 26*fa9e4066Sahrens# 27*fa9e4066Sahrens#ident "%Z%%M% %I% %E% SMI" 28*fa9e4066Sahrens 29*fa9e4066Sahrensfind_files "s.*" usr/src/common/zfs 30*fa9e4066Sahrensfind_files "s.*" usr/src/uts/common/fs/zfs/sys 31*fa9e4066Sahrensecho_file usr/src/uts/common/sys/fs/zfs.h 32