diff options
| author | 2011-03-23 16:54:33 +0000 | |
|---|---|---|
| committer | 2011-03-23 16:54:33 +0000 | |
| commit | 2fa72412907ae78c4787a4a8f888c5f0486e225c (patch) | |
| tree | f766f304488dd61ea4c8cee46209f190a45ec3f0 /sys/arch/sparc/include/stdarg.h | |
| parent | remove -d, documentation removed >10 years ago; ok markus (diff) | |
| download | wireguard-openbsd-2fa72412907ae78c4787a4a8f888c5f0486e225c.tar.xz wireguard-openbsd-2fa72412907ae78c4787a4a8f888c5f0486e225c.zip | |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/sparc/include/stdarg.h')
| -rw-r--r-- | sys/arch/sparc/include/stdarg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/stdarg.h b/sys/arch/sparc/include/stdarg.h index 45366503699..86aed57f62b 100644 --- a/sys/arch/sparc/include/stdarg.h +++ b/sys/arch/sparc/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.14 2008/10/23 21:25:08 kettenis Exp $ */ +/* $OpenBSD: stdarg.h,v 1.15 2011/03/23 16:54:37 pirofti Exp $ */ /* $NetBSD: stdarg.h,v 1.10 1996/12/27 20:55:28 pk Exp $ */ /* @@ -41,8 +41,8 @@ * from: @(#)stdarg.h 8.2 (Berkeley) 9/27/93 */ -#ifndef _SPARC_STDARG_H_ -#define _SPARC_STDARG_H_ +#ifndef _MACHINE_STDARG_H_ +#define _MACHINE_STDARG_H_ #include <sys/cdefs.h> #include <machine/_types.h> @@ -105,4 +105,4 @@ typedef __va_list va_list; #define va_end(ap) -#endif /* !_SPARC_STDARG_H_ */ +#endif /* !_MACHINE_STDARG_H_ */ |
