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/include copy from misc directory



details:   https://anonhg.NetBSD.org/src/rev/f3a3f8441659
branches:  trunk
changeset: 764985:f3a3f8441659
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 01:13:29 2011 +0000

description:
copy from misc directory

diffstat:

 external/gpl2/lvm2/dist/include/lvm-globals.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 362ba85be4cc -r f3a3f8441659 external/gpl2/lvm2/dist/include/lvm-globals.h
--- a/external/gpl2/lvm2/dist/include/lvm-globals.h     Sun May 15 01:00:52 2011 +0000
+++ b/external/gpl2/lvm2/dist/include/lvm-globals.h     Sun May 15 01:13:29 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lvm-globals.h,v 1.1.1.2 2009/02/18 11:16:46 haad Exp $ */
+/*     $NetBSD: lvm-globals.h,v 1.2 2011/05/15 01:13:29 christos Exp $ */
 
 /*
  * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.  
@@ -21,6 +21,11 @@
 #define VERBOSE_BASE_LEVEL _LOG_WARN
 #define SECURITY_LEVEL 0
 
+#ifdef __NetBSD__
+void init_operator(int operator);
+int  is_operator(void);
+#endif
+
 void init_verbose(int level);
 void init_test(int level);
 void init_md_filtering(int level);



Home | Main Index | Thread Index | Old Index