]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Well, cvs commit core'ed on me, I belive I have got all the locks out,
authorphk <phk@FreeBSD.org>
Sun, 22 Oct 1995 14:51:39 +0000 (14:51 +0000)
committerphk <phk@FreeBSD.org>
Sun, 22 Oct 1995 14:51:39 +0000 (14:51 +0000)
commit107ef321d3cc17d146d3ea2ef8e38b5964096061
treeea1d3fd2095891edf59c3a99e95f068aa3dcb632
parent073a1e809a6b1c9546fce476af76b5ab77e46ce6
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.
23 files changed:
lib/libc/rpc/auth_none.c
lib/libc/rpc/auth_unix.c
lib/libc/rpc/bindresvport.c
lib/libc/rpc/clnt_generic.c
lib/libc/rpc/clnt_perror.c
lib/libc/rpc/clnt_raw.c
lib/libc/rpc/clnt_simple.c
lib/libc/rpc/clnt_tcp.c
lib/libc/rpc/clnt_udp.c
lib/libc/rpc/get_myaddress.c
lib/libc/rpc/getrpcent.c
lib/libc/rpc/getrpcport.c
lib/libc/rpc/pmap_clnt.c
lib/libc/rpc/pmap_getmaps.c
lib/libc/rpc/pmap_getport.c
lib/libc/rpc/pmap_rmt.c
lib/libc/rpc/rpc_callmsg.c
lib/libc/rpc/svc.c
lib/libc/rpc/svc_auth_unix.c
lib/libc/rpc/svc_raw.c
lib/libc/rpc/svc_simple.c
lib/libc/rpc/svc_tcp.c
lib/libc/rpc/svc_udp.c