Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: cryptosrc-us



Module Name:    cryptosrc-us
Committed By:   sommerfeld
Date:           Tue Oct 19 16:41:13 UTC 1999

Modified Files:
        cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc: auth_gssapi.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
            pmap_rmt.c rpc_callmsg.c svc.c svc_auth_gssapi.c svc_raw.c
            svc_simple.c svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_rec.c
            xdr_reference.c

Log Message:
Cleanups to let this compile on NetBSD/alpha:
        - add <stdlib.h> and <string.h> to get mem* and malloc prototypes.
        - fix some usages of off_t.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/auth_gssapi.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/getrpcent.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/svc_auth_gssapi.c
cvs rdiff -r1.1.1.1 -r1.2 \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/auth_unix.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/bindresvport.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/clnt_generic.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/clnt_perror.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/clnt_raw.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/clnt_simple.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/clnt_tcp.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/clnt_udp.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/get_myaddress.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/pmap_rmt.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/rpc_callmsg.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/svc.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/svc_raw.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/svc_simple.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/svc_tcp.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/svc_udp.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/xdr.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/xdr_array.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/xdr_rec.c \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/rpc/xdr_reference.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index