From owner-freebsd-commit Sun Oct 22 07:51:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09919 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:51:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09907 for cvs-all-outgoing; Sun, 22 Oct 1995 07:51:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09897 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:51:47 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09887 ; Sun, 22 Oct 1995 07:51:41 -0700 Date: Sun, 22 Oct 1995 07:51:41 -0700 From: Poul-Henning Kamp Message-Id: <199510221451.HAA09887@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/rpc auth_none.c auth_unix.c bindresvport.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_rmt.c rpc_callmsg.c svc.c svc_auth_unix.c svc_raw.c svc_simple.c svc_tcp.c svc_udp.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:51:40 Modified: lib/libc/rpc auth_none.c auth_unix.c bindresvport.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_rmt.c rpc_callmsg.c svc.c svc_auth_unix.c svc_raw.c svc_simple.c svc_tcp.c svc_udp.c Log: Well, cvs commit core'ed on me, I belive I have got all the locks out, but a commit mail got lost, it's the same as for this commit: lib/libc/gen confstr.c crypt.c disklabel.c fstab.c getcap.c getgrent.c getgrouplist.c getpass.c getpwent.c initgroups.c nlist.c psignal.c pwcache.c setmode.c sleep.c sysconf.c sysctl.c syslog.c usleep.c lib/libc/locale none.c read_runemagi.c setlocale.c lib/libc/net gethostbydns.c getnetbydns.c getnetbynis.c lib/libc/nls msgcat.c lib/libc/quad Makefile.inc lib/libc/regex engine.c regcomp.c regerror.c Minor cleanup, mostly unused vars and missing #includes. Limit the number of quad functions we pull in for 'i386'. I still belive the quad stuff should go back into gcc. Add compile-time warnings about crypt functions.