1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-02 12:08:33 +00:00

clarify credits for major number definitions

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@199 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Johannes Winkelmann 2005-08-26 22:52:02 +00:00
parent dc6ac8edaf
commit 1ce64d3681

View File

@ -1088,16 +1088,12 @@ void update_top()
/*
* This file is part of gkrellm
* Copyright (C) 1999-2005 Bill Wilson
*
* Licensed under the terms of the GNU GPL License version 2.
* The following ifdefs were adapted from gkrellm
*/
#include <linux/major.h>
#if ! defined (MD_MAJOR)
#define MD_MAJOR 9
#define MD_MAJOR 9
#endif
#if !defined(LVM_BLK_MAJOR)