diff options
Diffstat (limited to 'include/sys/fcntl.h')
-rw-r--r-- | include/sys/fcntl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/fcntl.h b/include/sys/fcntl.h index 88b7a6928..bf5bf0323 100644 --- a/include/sys/fcntl.h +++ b/include/sys/fcntl.h @@ -1,4 +1,4 @@ -/*****************************************************************************\ +/* * Copyright (C) 2010 Lawrence Livermore National Security, LLC. * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Brian Behlendorf <[email protected]>. @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License along * with the SPL. If not, see <http://www.gnu.org/licenses/>. -\*****************************************************************************/ + */ #ifndef _SPL_FCNTL_H #define _SPL_FCNTL_H |