=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/amsg.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/aucat/Attic/amsg.h 2009/01/23 17:38:15 1.4 +++ src/usr.bin/aucat/Attic/amsg.h 2009/02/13 20:48:49 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.4 2009/01/23 17:38:15 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.5 2009/02/13 20:48:49 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -14,8 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef SOCKET_H -#define SOCKET_H +#ifndef AMSG_H +#define AMSG_H #include @@ -94,4 +94,4 @@ */ #define AMSG_ISSET(x) (((x) & (1 << (8 * sizeof(x) - 1))) == 0) -#endif /* !defined(SOCKET_H) */ +#endif /* !defined(AMSG_H) */