From d37ad048732fbcef38aec001993553896dbe4198 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 19:31:03 +0000 Subject: Merged frugalware changes (too many to list). Also added some config file handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) --- lib/libalpm/versioncmp.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libalpm/versioncmp.h') diff --git a/lib/libalpm/versioncmp.h b/lib/libalpm/versioncmp.h index 49b70cd6..ada2921a 100644 --- a/lib/libalpm/versioncmp.h +++ b/lib/libalpm/versioncmp.h @@ -1,7 +1,9 @@ /* * versioncmp.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2005 by Judd Vinet + * Copyright (c) 2005 by Aurelien Foret + * Copyright (c) 2005, 2006 by Miklos Vajna * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +20,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. */ -#ifndef _PM_VERSIONCMP_H -#define _PM_VERSIONCMP_H +#ifndef _PM_RPMVERCMP_H +#define _PM_RPMVERCMP_H int _alpm_versioncmp(const char *a, const char *b); -- cgit v1.2.3-54-g00ecf