]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/file.h
Update README: run autogen first
[mirror_spl.git] / include / sys / file.h
index 4fee255fd370919ebaa5af98535d6e456d3ed545..b6c40aff2eafdc1a42279089b7d5b396cafd794e 100644 (file)
@@ -1,4 +1,4 @@
-/*****************************************************************************\
+/*
  *  Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
  *  Copyright (C) 2007 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
@@ -6,7 +6,7 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://github.com/behlendorf/spl/>.
+ *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
  *
  *  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_FILE_H
-#define _SPL_FILE_H
+#define        _SPL_FILE_H
 
-#define FKIOCTL                0x80000000
+#define        FIGNORECASE     0x00080000
+#define        FKIOCTL         0x80000000
 
 #endif /* SPL_FILE_H */