diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 17:50:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 17:50:20 +0000 |
| commit | 9c963d873ecbd1f70851b76db132de7ddc95dd7a (patch) | |
| tree | ad19c340fb1693d6d3e7777c6509eda744ddde09 /sys/cam/cam_queue.c | |
| parent | 61334e3b42ebc73c546767723d4ead3c5401e923 (diff) | |
Notes
Diffstat (limited to 'sys/cam/cam_queue.c')
| -rw-r--r-- | sys/cam/cam_queue.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c index 11476f004584..0c05ee268698 100644 --- a/sys/cam/cam_queue.c +++ b/sys/cam/cam_queue.c @@ -24,9 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> |
