Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/lvm2/dist/libdm/ioctl false needs stdbool.h



details:   https://anonhg.NetBSD.org/src/rev/42fc6b9d4e65
branches:  trunk
changeset: 760003:42fc6b9d4e65
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 23 17:44:33 2010 +0000

description:
false needs stdbool.h

diffstat:

 external/gpl2/lvm2/dist/libdm/ioctl/libdm_netbsd.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 57368c7f1d81 -r 42fc6b9d4e65 external/gpl2/lvm2/dist/libdm/ioctl/libdm_netbsd.c
--- a/external/gpl2/lvm2/dist/libdm/ioctl/libdm_netbsd.c        Thu Dec 23 16:16:27 2010 +0000
+++ b/external/gpl2/lvm2/dist/libdm/ioctl/libdm_netbsd.c        Thu Dec 23 17:44:33 2010 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: libdm_netbsd.c,v 1.5 2009/12/05 11:42:24 haad Exp $        */
+/*      $NetBSD: libdm_netbsd.c,v 1.6 2010/12/23 17:44:33 christos Exp $        */
 
 /*
  * Copyright (c) 1996, 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <stdbool.h>
 
 #include <dev/dm/netbsd-dm.h>
 



Home | Main Index | Thread Index | Old Index