Make Alan Barrett happy and add ().

This commit is contained in:
joerg 2012-06-04 10:18:01 +00:00
parent 79afee64f7
commit 4b38c823d2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: compat_defs.h,v 1.85 2012/06/03 21:01:43 joerg Exp $ */
/* $NetBSD: compat_defs.h,v 1.86 2012/06/04 10:18:01 joerg Exp $ */
#ifndef __NETBSD_COMPAT_DEFS_H__
#define __NETBSD_COMPAT_DEFS_H__
@ -73,9 +73,9 @@
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
#undef __predict_false
#define __predict_false(x) x
#define __predict_false(x) (x)
#undef __predict_true
#define __predict_true(x) x
#define __predict_true(x) (x)
/* We don't include <pwd.h> here, so that "compat_pwd.h" works. */
struct passwd;