mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Use a common multi-inclusion protection, and add such a
protection to alpha/include/exec.h.
This commit is contained in:
parent
c98a045c51
commit
3971d2cf5e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142107
@ -32,4 +32,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define __LDPGSZ 8192
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 8192
|
||||
|
||||
#endif /* !_MACHINE_EXEC_H_ */
|
||||
|
@ -30,9 +30,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _EXEC_H_
|
||||
#define _EXEC_H_
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 4096
|
||||
#define __LDPGSZ 4096
|
||||
|
||||
#endif /* !_EXEC_H_ */
|
||||
#endif /* !_MACHINE_EXEC_H_ */
|
||||
|
@ -29,9 +29,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _EXEC_H_
|
||||
#define _EXEC_H_
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 4096
|
||||
#define __LDPGSZ 4096
|
||||
|
||||
#endif /* !_EXEC_H_ */
|
||||
#endif /* !_MACHINE_EXEC_H_ */
|
||||
|
@ -30,9 +30,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _EXEC_H_
|
||||
#define _EXEC_H_
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 4096
|
||||
#define __LDPGSZ 4096
|
||||
|
||||
#endif /* !_EXEC_H_ */
|
||||
#endif /* !_MACHINE_EXEC_H_ */
|
||||
|
@ -32,4 +32,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define __LDPGSZ 4096
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 4096
|
||||
|
||||
#endif /* !_MACHINE_EXEC_H_ */
|
||||
|
@ -29,9 +29,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _EXEC_H_
|
||||
#define _EXEC_H_
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 4096
|
||||
#define __LDPGSZ 4096
|
||||
|
||||
#endif /* !_EXEC_H_ */
|
||||
#endif /* !_MACHINE_EXEC_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user