From: Martin Mares Date: Thu, 9 Feb 2012 22:12:08 +0000 (+0100) Subject: io.h: Fixed guard macro X-Git-Tag: v5.0~87 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8496d4deee019fbb3ce6ded5881ae932de843672;p=libucw.git io.h: Fixed guard macro --- 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 */