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