From 300518c0a10b4f5030e23380da07c906a3ee80dc Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 23 Mar 2002 17:24:55 +0000 Subject: Breath deep and take __P out of the system include files. # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure. --- include/ndbm.h | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'include/ndbm.h') diff --git a/include/ndbm.h b/include/ndbm.h index d5a9ae2..e144ba8 100644 --- a/include/ndbm.h +++ b/include/ndbm.h @@ -34,6 +34,7 @@ * SUCH DAMAGE. * * @(#)ndbm.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD$ */ #ifndef _NDBM_H_ @@ -63,17 +64,17 @@ typedef DB DBM; #define dbm_pagfno(a) DBM_PAGFNO_NOT_AVAILABLE __BEGIN_DECLS -int dbm_clearerr __P((DBM *)); -void dbm_close __P((DBM *)); -int dbm_delete __P((DBM *, datum)); -int dbm_error __P((DBM *)); -datum dbm_fetch __P((DBM *, datum)); -datum dbm_firstkey __P((DBM *)); -long dbm_forder __P((DBM *, datum)); -datum dbm_nextkey __P((DBM *)); -DBM *dbm_open __P((const char *, int, int)); -int dbm_store __P((DBM *, datum, datum, int)); -int dbm_dirfno __P((DBM *)); +int dbm_clearerr(DBM *); +void dbm_close(DBM *); +int dbm_delete(DBM *, datum); +int dbm_error(DBM *); +datum dbm_fetch(DBM *, datum); +datum dbm_firstkey(DBM *); +long dbm_forder(DBM *, datum); +datum dbm_nextkey(DBM *); +DBM *dbm_open(const char *, int, int); +int dbm_store(DBM *, datum, datum, int); +int dbm_dirfno(DBM *); __END_DECLS #endif /* !_NDBM_H_ */ -- cgit v1.1