From 3326babf0072d340ea84675e7138650334d2225a Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 15 May 2011 01:13:29 +0000 Subject: [PATCH] copy from misc directory --- external/gpl2/lvm2/dist/include/lvm-globals.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/external/gpl2/lvm2/dist/include/lvm-globals.h b/external/gpl2/lvm2/dist/include/lvm-globals.h index 1172bbd48565..75511a2c88fd 100644 --- a/external/gpl2/lvm2/dist/include/lvm-globals.h +++ b/external/gpl2/lvm2/dist/include/lvm-globals.h @@ -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);