Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/dtv add sys/types.h
details: https://anonhg.NetBSD.org/src/rev/4205fd015a26
branches: trunk
changeset: 767349:4205fd015a26
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jul 16 16:13:13 2011 +0000
description:
add sys/types.h
diffstat:
sys/dev/dtv/dtv_math.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r fbd0151287f9 -r 4205fd015a26 sys/dev/dtv/dtv_math.c
--- a/sys/dev/dtv/dtv_math.c Sat Jul 16 15:52:20 2011 +0000
+++ b/sys/dev/dtv/dtv_math.c Sat Jul 16 16:13:13 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dtv_math.c,v 1.1 2011/07/15 20:27:42 jmcneill Exp $ */
+/* $NetBSD: dtv_math.c,v 1.2 2011/07/16 16:13:13 jmcneill Exp $ */
/*-
* Copyright (c) 2011 Alan Barrett <apb%NetBSD.org@localhost>
@@ -27,8 +27,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dtv_math.c,v 1.1 2011/07/15 20:27:42 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dtv_math.c,v 1.2 2011/07/16 16:13:13 jmcneill Exp $");
+#include <sys/types.h>
#include <sys/bitops.h>
#include <dev/dtv/dtvif.h>
Home |
Main Index |
Thread Index |
Old Index