From owner-cvs-all Sat Mar 23 9:25:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C20837B419; Sat, 23 Mar 2002 09:24:56 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NHOuM92675; Sat, 23 Mar 2002 09:24:56 -0800 (PST) (envelope-from imp) Message-Id: <200203231724.g2NHOuM92675@freefall.freebsd.org> From: Warner Losh Date: Sat, 23 Mar 2002 09:24:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include assert.h complex.h ctype.h db.h dirent.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h hesiod.h ieeefp.h ifaddrs.h langinfo.h libgen.h link.h locale.h math.h mpool.h ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/03/23 09:24:56 PST Modified files: include assert.h complex.h ctype.h db.h dirent.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h hesiod.h ieeefp.h ifaddrs.h langinfo.h libgen.h link.h locale.h math.h mpool.h ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h paths.h pthread.h pthread_np.h pwd.h regex.h regexp.h resolv.h rune.h runetype.h search.h setjmp.h signal.h stdio.h stdlib.h string.h stringlist.h time.h ttyent.h unistd.h utime.h vis.h wchar.h wctype.h include/arpa inet.h nameser.h include/rpc auth.h auth_des.h auth_unix.h clnt.h clnt_soc.h des.h des_crypt.h nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h rpcb_clnt.h rpcent.h svc.h svc_auth.h svc_soc.h xdr.h include/rpcsvc nis_db.h nislib.h ypclnt.h Log: 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. Revision Changes Path 1.20 +20 -20 src/include/arpa/inet.h 1.16 +26 -26 src/include/arpa/nameser.h 1.4 +1 -6 src/include/assert.h 1.2 +6 -6 src/include/complex.h 1.18 +31 -31 src/include/ctype.h 1.4 +16 -15 src/include/db.h 1.11 +14 -14 src/include/dirent.h 1.14 +12 -12 src/include/dlfcn.h 1.9 +14 -14 src/include/err.h 1.10 +1 -1 src/include/fnmatch.h 1.3 +6 -5 src/include/fstab.h 1.5 +7 -7 src/include/fts.h 1.6 +9 -9 src/include/glob.h 1.12 +8 -8 src/include/grp.h 1.2 +10 -10 src/include/hesiod.h 1.6 +7 -7 src/include/ieeefp.h 1.2 +2 -2 src/include/ifaddrs.h 1.5 +1 -1 src/include/langinfo.h 1.2 +4 -4 src/include/libgen.h 1.23 +8 -9 src/include/link.h 1.6 +3 -2 src/include/locale.h 1.5 +46 -46 src/include/math.h 1.9 +12 -12 src/include/mpool.h 1.4 +12 -11 src/include/ndbm.h 1.3 +10 -10 src/include/netconfig.h 1.23 +50 -51 src/include/netdb.h 1.8 +3 -3 src/include/nl_types.h 1.8 +1 -1 src/include/nlist.h 1.2 +8 -12 src/include/nsswitch.h 1.14 +1 -1 src/include/paths.h 1.25 +101 -112 src/include/pthread.h 1.10 +13 -13 src/include/pthread_np.h 1.10 +7 -7 src/include/pwd.h 1.4 +5 -5 src/include/regex.h 1.2 +5 -4 src/include/regexp.h 1.21 +68 -69 src/include/resolv.h 1.19 +0 -4 src/include/rpc/auth.h 1.3 +1 -1 src/include/rpc/auth_des.h 1.11 +1 -1 src/include/rpc/auth_unix.h 1.16 +51 -51 src/include/rpc/clnt.h 1.2 +7 -19 src/include/rpc/clnt_soc.h 1.4 +1 -1 src/include/rpc/des.h 1.4 +4 -4 src/include/rpc/des_crypt.h 1.2 +4 -4 src/include/rpc/nettype.h 1.13 +15 -15 src/include/rpc/pmap_clnt.h 1.12 +4 -4 src/include/rpc/pmap_prot.h 1.12 +3 -3 src/include/rpc/pmap_rmt.h 1.17 +14 -15 src/include/rpc/rpc.h 1.5 +17 -18 src/include/rpc/rpc_com.h 1.14 +7 -7 src/include/rpc/rpc_msg.h 1.2 +18 -18 src/include/rpc/rpcb_clnt.h 1.2 +9 -9 src/include/rpc/rpcent.h 1.21 +48 -50 src/include/rpc/svc.h 1.14 +4 -4 src/include/rpc/svc_auth.h 1.2 +9 -9 src/include/rpc/svc_soc.h 1.20 +55 -55 src/include/rpc/xdr.h 1.6 +0 -27 src/include/rpcsvc/nis_db.h 1.4 +3 -132 src/include/rpcsvc/nislib.h 1.13 +7 -11 src/include/rpcsvc/ypclnt.h 1.2 +9 -8 src/include/rune.h 1.4 +3 -2 src/include/runetype.h 1.4 +8 -11 src/include/search.h 1.7 +8 -7 src/include/setjmp.h 1.16 +25 -25 src/include/signal.h 1.40 +80 -80 src/include/stdio.h 1.33 +86 -88 src/include/stdlib.h 1.12 +42 -42 src/include/string.h 1.2 +6 -4 src/include/stringlist.h 1.20 +31 -31 src/include/time.h 1.7 +7 -6 src/include/ttyent.h 1.49 +148 -151 src/include/unistd.h 1.4 +2 -1 src/include/utime.h 1.9 +7 -7 src/include/vis.h 1.4 +34 -36 src/include/wchar.h 1.4 +15 -15 src/include/wctype.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message