X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fsys%2Ffile.h;h=b6c40aff2eafdc1a42279089b7d5b396cafd794e;hb=1149b62d20b7ed9d8ae25d5da7a06213d79b7602;hp=4fee255fd370919ebaa5af98535d6e456d3ed545;hpb=716154c5926eb391eb8178203496430ffa7ebed8;p=mirror_spl.git diff --git a/include/sys/file.h b/include/sys/file.h index 4fee255..b6c40af 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -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 . + * For details, see . * * 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 @@ -20,11 +20,12 @@ * * You should have received a copy of the GNU General Public License along * with the SPL. If not, see . -\*****************************************************************************/ + */ #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 */