Module Name:    src
Committed By:   christos
Date:           Sun May 15 01:13:30 UTC 2011

Modified Files:
        src/external/gpl2/lvm2/dist/include: lvm-globals.h

Log Message:
copy from misc directory


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/external/gpl2/lvm2/dist/include/lvm-globals.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/gpl2/lvm2/dist/include/lvm-globals.h
diff -u src/external/gpl2/lvm2/dist/include/lvm-globals.h:1.1.1.2 src/external/gpl2/lvm2/dist/include/lvm-globals.h:1.2
--- src/external/gpl2/lvm2/dist/include/lvm-globals.h:1.1.1.2	Wed Feb 18 06:16:46 2009
+++ src/external/gpl2/lvm2/dist/include/lvm-globals.h	Sat May 14 21:13:29 2011
@@ -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);

Reply via email to