From e20b2d597f181152ff9b2de6a030674bf89a65e0 Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 27 Apr 2010 09:48:43 +0000 Subject: Style: use #define instead of #define. Noted by: bde, pluknet gmail com MFC after: 11 days --- sys/sparc64/include/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64/include') diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index 84eaed5..3c23663 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -51,6 +51,6 @@ struct mdproc { void *md_sigtramp; }; -#define KINFO_PROC_SIZE 1088 +#define KINFO_PROC_SIZE 1088 #endif /* !_MACHINE_PROC_H_ */ -- cgit v1.1