From 84e7d0704483ce39bbdeacd5e676168db6fa664f Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 19 Oct 1997 16:56:41 +0000 Subject: WARNsify... --- hack/def.wseg.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hack/def.wseg.h') diff --git a/hack/def.wseg.h b/hack/def.wseg.h index 35812db3..c7c372d9 100644 --- a/hack/def.wseg.h +++ b/hack/def.wseg.h @@ -1,9 +1,10 @@ +/* $NetBSD: def.wseg.h,v 1.4 1997/10/19 16:57:25 christos Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. - * - * $NetBSD: def.wseg.h,v 1.3 1995/03/23 08:29:42 cgd Exp $ */ - +#ifndef _DEF_WSEG_H_ +#define _DEF_WSEG_H_ #ifndef NOWORM /* worm structure */ struct wseg { @@ -13,4 +14,5 @@ struct wseg { }; #define newseg() (struct wseg *) alloc(sizeof(struct wseg)) -#endif NOWORM +#endif /* NOWORM */ +#endif /* _DEF_WSEG_H_ */ -- cgit v1.2.3-56-ge451