Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/puffs/rump_cd9660 Requires sys/param.h.
details: https://anonhg.NetBSD.org/src/rev/2deef12934c5
branches: trunk
changeset: 755266:2deef12934c5
user: dholland <dholland%NetBSD.org@localhost>
date: Sun May 30 04:32:09 2010 +0000
description:
Requires sys/param.h.
diffstat:
usr.sbin/puffs/rump_cd9660/rump_cd9660.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 97cee4404912 -r 2deef12934c5 usr.sbin/puffs/rump_cd9660/rump_cd9660.c
--- a/usr.sbin/puffs/rump_cd9660/rump_cd9660.c Sun May 30 03:17:21 2010 +0000
+++ b/usr.sbin/puffs/rump_cd9660/rump_cd9660.c Sun May 30 04:32:09 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_cd9660.c,v 1.7 2009/12/13 21:16:54 pooka Exp $ */
+/* $NetBSD: rump_cd9660.c,v 1.8 2010/05/30 04:32:09 dholland Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@@ -26,6 +26,7 @@
*/
#include <sys/types.h>
+#include <sys/param.h>
#include <sys/mount.h>
#include <isofs/cd9660/cd9660_mount.h>
Home |
Main Index |
Thread Index |
Old Index