Module Name:    src
Committed By:   joerg
Date:           Mon Aug  5 17:02:54 UTC 2013

Modified Files:
        src/sys/fs/udf: udf_osta.c

Log Message:
Support tools build.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/fs/udf/udf_osta.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/udf/udf_osta.c
diff -u src/sys/fs/udf/udf_osta.c:1.9 src/sys/fs/udf/udf_osta.c:1.10
--- src/sys/fs/udf/udf_osta.c:1.9	Wed Mar 18 10:22:42 2009
+++ src/sys/fs/udf/udf_osta.c	Mon Aug  5 17:02:54 2013
@@ -1,9 +1,10 @@
-/* $NetBSD: udf_osta.c,v 1.9 2009/03/18 10:22:42 cegger Exp $ */
+/* $NetBSD: udf_osta.c,v 1.10 2013/08/05 17:02:54 joerg Exp $ */
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 
 #include <sys/cdefs.h>
-#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_osta.c,v 1.9 2009/03/18 10:22:42 cegger Exp $");
-#endif /* not lint */
+__KERNEL_RCSID(0, "$NetBSD: udf_osta.c,v 1.10 2013/08/05 17:02:54 joerg Exp $");
 
 /*
  * Various routines from the OSTA 2.01 specs.  Copyrights are included with

Reply via email to