Module Name:    src
Committed By:   yamt
Date:           Tue May 19 22:48:20 UTC 2009

Modified Files:
        src/common/lib/libc/gen: rb.c

Log Message:
don't include sys/cdefs.h twice.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/gen/rb.c

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

Modified files:

Index: src/common/lib/libc/gen/rb.c
diff -u src/common/lib/libc/gen/rb.c:1.3 src/common/lib/libc/gen/rb.c:1.4
--- src/common/lib/libc/gen/rb.c:1.3	Mon Jun 30 20:54:19 2008
+++ src/common/lib/libc/gen/rb.c	Tue May 19 22:48:19 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rb.c,v 1.3 2008/06/30 20:54:19 matt Exp $ */
+/* $NetBSD: rb.c,v 1.4 2009/05/19 22:48:19 yamt Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,6 @@
 
 #if !defined(_KERNEL) && !defined(_STANDALONE)
 #include <sys/types.h>
-#include <sys/types.h>
 #include <stddef.h>
 #include <assert.h>
 #include <stdbool.h>

Reply via email to