From owner-acpi-jp@jp.freebsd.org  Sun Jun  4 19:05:07 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id TAA24871;
	Sun, 4 Jun 2000 19:05:07 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (daemon@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id TAA24865
	for <acpi-jp@jp.freebsd.org>; Sun, 4 Jun 2000 19:05:06 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (isdnb33.imasy.or.jp [202.227.24.161])
	by tasogare.imasy.or.jp (8.10.1+3.3W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id e54A55P39225
	for <acpi-jp@jp.freebsd.org>; Sun, 4 Jun 2000 19:05:05 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
To: acpi-jp@jp.freebsd.org
X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20000604190505T.iwasaki@jp.FreeBSD.org>
Date: Sun, 04 Jun 2000 19:05:05 +0900
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
X-Dispatcher: imput version 20000228(IM140)
Lines: 40
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 372
Subject: [acpi-jp 372] style fix: aml_env.h
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Index: aml_env.h
===================================================================
RCS file: /home/cvs/ACPI/sys/i386/acpi/aml/aml_env.h,v
retrieving revision 1.7
diff -u -r1.7 aml_env.h
--- aml_env.h	2000/06/02 07:15:10	1.7
+++ aml_env.h	2000/06/04 09:01:13
@@ -25,20 +25,21 @@
  *
  *	$Id: aml_env.h,v 1.7 2000/06/02 07:15:10 yokoyama Exp $
  */
-#ifndef _ENV_H_
-#define _ENV_H_
 
+#ifndef _AML_ENV_H_
+#define _AML_ENV_H_
+
 #include <i386/acpi/aml/aml_name.h>
 #include <i386/acpi/aml/aml_obj.h>
 #include <i386/acpi/aml/aml_status.h>
 
-struct aml_environ {
-	 u_int8_t       *dp;
-	 u_int8_t       *end;
-	 enum aml_status stat;
-	 struct aml_name *curname;
-	 struct aml_name work;
-	 union aml_object wobj;
-       };
+struct	aml_environ {
+	u_int8_t	*dp;
+	u_int8_t	*end;
+	enum	aml_status stat;
+	struct	aml_name *curname;
+	struct	aml_name work;
+	union	aml_object wobj;
+};
 
-#endif /* _ENV_H_ */
+#endif /* !_AML_ENV_H_ */
