Module Name:    src
Committed By:   haad
Date:           Tue Dec 14 01:21:25 UTC 2010

Modified Files:
        src/external/cddl/osnet/sys/sys: uio.h

Log Message:
Do not include debug.h


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sys/sys/uio.h

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

Modified files:

Index: src/external/cddl/osnet/sys/sys/uio.h
diff -u src/external/cddl/osnet/sys/sys/uio.h:1.4 src/external/cddl/osnet/sys/sys/uio.h:1.5
--- src/external/cddl/osnet/sys/sys/uio.h:1.4	Sun Feb 28 14:45:47 2010
+++ src/external/cddl/osnet/sys/sys/uio.h	Tue Dec 14 01:21:25 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: uio.h,v 1.4 2010/02/28 14:45:47 haad Exp $	*/
+/*	$NetBSD: uio.h,v 1.5 2010/12/14 01:21:25 haad Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
 
 #include_next <sys/uio.h>
 #include <sys/sysmacros.h>
-#include <sys/debug.h>
+
 
 #ifndef _KERNEL
 #include <assert.h>

Reply via email to