Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/udf Support tools build.
details: https://anonhg.NetBSD.org/src/rev/dc2b5817744e
branches: trunk
changeset: 789057:dc2b5817744e
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Aug 05 17:02:54 2013 +0000
description:
Support tools build.
diffstat:
sys/fs/udf/udf_osta.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r 4692ea17e9c8 -r dc2b5817744e sys/fs/udf/udf_osta.c
--- a/sys/fs/udf/udf_osta.c Mon Aug 05 16:44:58 2013 +0000
+++ b/sys/fs/udf/udf_osta.c Mon Aug 05 17:02:54 2013 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index