aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/zs/zs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/zs/zs.c')
-rw-r--r--sys/dev/zs/zs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c
index 26423e59c61a..c797b4ba6940 100644
--- a/sys/dev/zs/zs.c
+++ b/sys/dev/zs/zs.c
@@ -42,6 +42,9 @@
*
* @(#)zs.c 8.1 (Berkeley) 7/19/93
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*-
* Copyright (c) 2003 Jake Burkholder.
* All rights reserved.
@@ -67,7 +70,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
*/
/*