summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_util.h
diff options
context:
space:
mode:
authorerh <erh@NetBSD.org>1998-10-01 03:54:36 +0000
committererh <erh@NetBSD.org>1998-10-01 03:54:36 +0000
commit46f5ff00217237b4980f775bdf2a4387b8a97c90 (patch)
tree3a958520cddb0fc4930bd43a44d6372f0201f380 /sys/compat/linux/common/linux_util.h
parent29217a60829b88eb71d84d87dd4df672b28dd94c (diff)
Move compat/linux/linux_util.h to common.
Diffstat (limited to 'sys/compat/linux/common/linux_util.h')
-rw-r--r--sys/compat/linux/common/linux_util.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/compat/linux/common/linux_util.h b/sys/compat/linux/common/linux_util.h
index aa706ea119b..4951b570764 100644
--- a/sys/compat/linux/common/linux_util.h
+++ b/sys/compat/linux/common/linux_util.h
@@ -1,10 +1,13 @@
-/* $NetBSD: linux_util.h,v 1.6 1998/09/05 14:50:26 christos Exp $ */
+/* $NetBSD: linux_util.h,v 1.7 1998/10/01 03:54:36 erh Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
+ * by Eric Haszlakiewicz.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
* by Christos Zoulas.
*
* Redistribution and use in source and binary forms, with or without
@@ -64,8 +67,8 @@
*
*/
-#ifndef _LINUX_UTIL_H_
-#define _LINUX_UTIL_H_
+#ifndef _COMMON_LINUX_UTIL_H_
+#define _COMMON_LINUX_UTIL_H_
#include <compat/common/compat_util.h>
@@ -80,4 +83,4 @@ extern const char linux_emul_path[];
#define LINUX_CHECK_ALT_CREAT(p, sgp, path) \
CHECK_ALT_CREAT(p, sgp, linux_emul_path, path)
-#endif /* !_LINUX_UTIL_H_ */
+#endif /* !_COMMON_LINUX_UTIL_H_ */