From 1e0fc237e7752bd0fc6be407a16a9e06987f3b4f Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 30 Nov 2014 18:00:00 +0000 Subject: [PATCH] Corrected module name. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49815 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/filesys/fat/direntry.c | 2 +- rom/filesys/fat/disk.c | 2 +- rom/filesys/fat/fat.c | 2 +- rom/filesys/fat/fat_fs.h | 2 +- rom/filesys/fat/fat_protos.h | 2 +- rom/filesys/fat/fat_struct.h | 2 +- rom/filesys/fat/file.c | 2 +- rom/filesys/fat/lock.c | 2 +- rom/filesys/fat/main.c | 4 ++-- rom/filesys/fat/names.c | 2 +- rom/filesys/fat/notify.c | 2 +- rom/filesys/fat/ops.c | 2 +- rom/filesys/fat/packet.c | 2 +- rom/filesys/fat/support.c | 2 +- rom/filesys/fat/support.h | 2 +- rom/filesys/fat/timer.c | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/rom/filesys/fat/direntry.c b/rom/filesys/fat/direntry.c index 06e136e440..02b1943afe 100644 --- a/rom/filesys/fat/direntry.c +++ b/rom/filesys/fat/direntry.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2013 The AROS Development Team diff --git a/rom/filesys/fat/disk.c b/rom/filesys/fat/disk.c index f50162f1d8..5c1f6cb8dc 100644 --- a/rom/filesys/fat/disk.c +++ b/rom/filesys/fat/disk.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2011 The AROS Development Team diff --git a/rom/filesys/fat/fat.c b/rom/filesys/fat/fat.c index caed11ce87..e6afc87b95 100644 --- a/rom/filesys/fat/fat.c +++ b/rom/filesys/fat/fat.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2013 The AROS Development Team diff --git a/rom/filesys/fat/fat_fs.h b/rom/filesys/fat/fat_fs.h index eee08b154c..6cd7df51f3 100644 --- a/rom/filesys/fat/fat_fs.h +++ b/rom/filesys/fat/fat_fs.h @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2013 The AROS Development Team diff --git a/rom/filesys/fat/fat_protos.h b/rom/filesys/fat/fat_protos.h index c39080e5bc..e01324bb80 100644 --- a/rom/filesys/fat/fat_protos.h +++ b/rom/filesys/fat/fat_protos.h @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2011 The AROS Development Team diff --git a/rom/filesys/fat/fat_struct.h b/rom/filesys/fat/fat_struct.h index 7561e24bae..363a4f6df0 100644 --- a/rom/filesys/fat/fat_struct.h +++ b/rom/filesys/fat/fat_struct.h @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2011 The AROS Development Team diff --git a/rom/filesys/fat/file.c b/rom/filesys/fat/file.c index 4c2535dda1..4f3df73ff6 100644 --- a/rom/filesys/fat/file.c +++ b/rom/filesys/fat/file.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2011 The AROS Development Team diff --git a/rom/filesys/fat/lock.c b/rom/filesys/fat/lock.c index b8a773580b..2ae312fde1 100644 --- a/rom/filesys/fat/lock.c +++ b/rom/filesys/fat/lock.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2013 The AROS Development Team diff --git a/rom/filesys/fat/main.c b/rom/filesys/fat/main.c index d3d4a8cecd..f19a43215f 100644 --- a/rom/filesys/fat/main.c +++ b/rom/filesys/fat/main.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2014 The AROS Development Team @@ -40,7 +40,7 @@ struct Library *IntuitionBase; struct Globals global_data; struct Globals *glob = &global_data; -const TEXT version_string[] = "$VER: fat.handler 41.58 (28.11.2014)"; +const TEXT version_string[] = "$VER: fat-handler 41.58 (28.11.2014)"; LONG handler(struct ExecBase *SysBase) { struct Message *msg; diff --git a/rom/filesys/fat/names.c b/rom/filesys/fat/names.c index e415782f5a..c969527537 100644 --- a/rom/filesys/fat/names.c +++ b/rom/filesys/fat/names.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2013 The AROS Development Team diff --git a/rom/filesys/fat/notify.c b/rom/filesys/fat/notify.c index f4e0de4ce1..dd7a3b7749 100644 --- a/rom/filesys/fat/notify.c +++ b/rom/filesys/fat/notify.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2008 The AROS Development Team diff --git a/rom/filesys/fat/ops.c b/rom/filesys/fat/ops.c index 99eb0a2921..51eccc42ee 100644 --- a/rom/filesys/fat/ops.c +++ b/rom/filesys/fat/ops.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2014 The AROS Development Team diff --git a/rom/filesys/fat/packet.c b/rom/filesys/fat/packet.c index a08aa5359b..92748a4ca0 100644 --- a/rom/filesys/fat/packet.c +++ b/rom/filesys/fat/packet.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2014 The AROS Development Team diff --git a/rom/filesys/fat/support.c b/rom/filesys/fat/support.c index 1cb6c3dbd5..792656b8a6 100644 --- a/rom/filesys/fat/support.c +++ b/rom/filesys/fat/support.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2008 The AROS Development Team diff --git a/rom/filesys/fat/support.h b/rom/filesys/fat/support.h index b2fd4c8cba..042ad56f32 100644 --- a/rom/filesys/fat/support.h +++ b/rom/filesys/fat/support.h @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright © 2006 Marek Szyprowski * Copyright © 2007-2008 The AROS Development Team diff --git a/rom/filesys/fat/timer.c b/rom/filesys/fat/timer.c index 40f4edcd2a..fcc4895f5d 100644 --- a/rom/filesys/fat/timer.c +++ b/rom/filesys/fat/timer.c @@ -1,5 +1,5 @@ /* - * fat.handler - FAT12/16/32 filesystem handler + * fat-handler - FAT12/16/32 filesystem handler * * Copyright 2008-2010 The AROS Development Team * -- 2.11.4.GIT