[rtems commit] cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyright

Joel Sherril joel at rtems.org
Mon Mar 9 21:56:29 UTC 2015


Module:    rtems
Branch:    master
Commit:    34e0a56982c5a2e57b7f2b40db34678a6212425f
Changeset: http://git.rtems.org/rtems/commit/?id=34e0a56982c5a2e57b7f2b40db34678a6212425f

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Mar  9 16:56:08 2015 -0500

cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyright

---

 cpukit/libmisc/fsmount/fsmount.h | 36 +++++++-----------------------------
 1 file changed, 7 insertions(+), 29 deletions(-)

diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/libmisc/fsmount/fsmount.h
index 82161f1..441b0d6 100644
--- a/cpukit/libmisc/fsmount/fsmount.h
+++ b/cpukit/libmisc/fsmount/fsmount.h
@@ -8,11 +8,10 @@
  *
  * This file contains the fsmount functions. These functions       
  * are used to mount a list of filesystems (and create their mount 
- * points before)
-  */
+ * points before).
+ */
 
 /*
- *
  * Copyright (c) 2003 IMD
  *    
  * Ingenieurbuero fuer Microcomputertechnik Th. Doerfler      
@@ -24,30 +23,6 @@
  * http://www.rtems.org/license/LICENSE. 
  */
  
-/*===============================================================*\
-| Project: RTEMS fsmount                                          |
-+-----------------------------------------------------------------+
-| File: fsmount.h                                                 |
-+-----------------------------------------------------------------+
-|                    Copyright (c) 2003 IMD                       |
-|      Ingenieurbuero fuer Microcomputertechnik Th. Doerfler      |
-|               <Thomas.Doerfler at imd-systems.de>                  |
-|                       all rights reserved                       |
-+-----------------------------------------------------------------+
-| this file contains the fsmount functions. These functions       |
-| are used to mount a list of filesystems (and create their mount |
-| points before)                                                  |
-|                                                                 |
-|  The license and distribution terms for this file may be        |
-|  found in the file LICENSE in this distribution or at           |
-|  http://www.rtems.org/license/LICENSE.                     |
-|                                                                 |
-+-----------------------------------------------------------------+
-|   date                      history                        ID   |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 02.07.03  creation                                         doe  |
-\*===============================================================*/
-
 #ifndef _FSMOUNT_H
 #define _FSMOUNT_H
 
@@ -63,7 +38,6 @@ extern "C" {
  * @defgroup rtems_fstab File System Mount Support
  *
  * @ingroup FileSystemTypesAndMount
- *
  */
 /**@{**/
 
@@ -214,7 +188,11 @@ typedef struct {
  * }
  * @endcode
  */
-int rtems_fsmount( const rtems_fstab_entry *fstab, size_t size, size_t *abort_index);
+int rtems_fsmount(
+  const rtems_fstab_entry *fstab,
+  size_t                   size,
+  size_t                  *abort_index
+);
 
 /** @} */
 



More information about the vc mailing list