Merge branch 'ntfsprogs_merge' into ntfsprogs_merge.v2_0_0

edge.strict_endians
Erik Larsson 2010-12-19 15:12:57 +01:00
commit 2a1fb5f489
2 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@
#include "misc.h"
const char *ntfs_bugs = "Developers' email address: "NTFS_DEV_LIST"\n";
const char *ntfs_home = "Linux NTFS homepage: http://www.linux-ntfs.org\n";
const char *ntfs_gpl = "This program is free software, released under the GNU "
"General Public License\nand you are welcome to redistribute it under "
"certain conditions. It comes with\nABSOLUTELY NO WARRANTY; for "

View File

@ -39,7 +39,6 @@
#endif
extern const char *ntfs_bugs;
extern const char *ntfs_home;
extern const char *ntfs_gpl;
int utils_set_locale(void);