summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_queue.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 17:50:20 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 17:50:20 +0000
commit37ee58d3050a93505e901a60eb275e5423a3e554 (patch)
treead19c340fb1693d6d3e7777c6509eda744ddde09 /sys/cam/cam_queue.c
parent25e30e56b8f226a36cafa572d724416caff8d8f7 (diff)
downloadFreeBSD-src-37ee58d3050a93505e901a60eb275e5423a3e554.zip
FreeBSD-src-37ee58d3050a93505e901a60eb275e5423a3e554.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/cam/cam_queue.c')
-rw-r--r--sys/cam/cam_queue.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c
index 11476f0..0c05ee2 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>
OpenPOWER on IntegriCloud