From 8496d4deee019fbb3ce6ded5881ae932de843672 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 9 Feb 2012 23:12:08 +0100 Subject: [PATCH] io.h: Fixed guard macro --- ucw/io.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucw/io.h b/ucw/io.h index aa36f936..01d07799 100644 --- 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 #include @@ -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 */ -- 2.39.2