]> mj.ucw.cz Git - libucw.git/commitdiff
io.h: Fixed guard macro
authorMartin Mares <mj@ucw.cz>
Thu, 9 Feb 2012 22:12:08 +0000 (23:12 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 9 Feb 2012 22:12:08 +0000 (23:12 +0100)
ucw/io.h

index aa36f936f640763e25810404eb2543bef875ecd8..01d077994b15b40ee232a67a126fc074a68514c9 100644 (file)
--- a/ucw/io.h
+++ b/ucw/io.h
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _UCW_LFS_H
-#define _UCW_LFS_H
+#ifndef _UCW_IO_H
+#define _UCW_IO_H
 
 #include <fcntl.h>
 #include <unistd.h>
@@ -67,4 +67,4 @@ int careful_write(int fd, const void *buf, int len);
 
 void sync_dir(const char *name);
 
-#endif /* !_UCW_LFS_H */
+#endif /* !_UCW_IO_H */