diff options
| author | 2011-04-05 22:54:30 +0000 | |
|---|---|---|
| committer | 2011-04-05 22:54:30 +0000 | |
| commit | 76122f3f91de6afee5be11c38a9550db149fda60 (patch) | |
| tree | 078bafe94e8d69b4148aeacc8b5bce7ea1ab5d2e /sys/compat/linux/linux_exec.h | |
| parent | do inquiries against dmaable memory while probing devices. (diff) | |
| download | wireguard-openbsd-76122f3f91de6afee5be11c38a9550db149fda60.tar.xz wireguard-openbsd-76122f3f91de6afee5be11c38a9550db149fda60.zip | |
Unify header sentinel names.
Diffstat (limited to 'sys/compat/linux/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/linux_exec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_exec.h b/sys/compat/linux/linux_exec.h index 633356fd874..d4f0f14d2e1 100644 --- a/sys/compat/linux/linux_exec.h +++ b/sys/compat/linux/linux_exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.h,v 1.6 2010/04/28 21:31:59 kettenis Exp $ */ +/* $OpenBSD: linux_exec.h,v 1.7 2011/04/05 22:54:30 pirofti Exp $ */ /* $NetBSD: linux_exec.h,v 1.5 1995/10/07 06:27:01 mycroft Exp $ */ /* @@ -33,8 +33,8 @@ * */ -#ifndef _LINUX_EXEC_H -#define _LINUX_EXEC_H +#ifndef _LINUX_EXEC_H_ +#define _LINUX_EXEC_H_ #define LINUX_M_I386 100 /* Sparc? Alpha? */ @@ -72,4 +72,4 @@ int exec_linux_elf32_makecmds(struct proc *, struct exec_package *); int linux_elf_probe(struct proc *, struct exec_package *, char *, u_long *, u_int8_t *); -#endif /* !_LINUX_EXEC_H */ +#endif /* !_LINUX_EXEC_H_ */ |
