Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 1998 13:09:03 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs.h nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h nfsproto.h nfsrtt.h nfsrvcache.h nqnfs.h rpcv2.h xdr_subs.h
Message-ID:  <199805312009.NAA09338@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/05/31 13:09:03 PDT

  Modified files:
    sys/nfs              nfs.h nfs_nqlease.c nfs_serv.c 
                         nfs_socket.c nfs_subs.c nfs_syscalls.c 
                         nfs_vfsops.c nfs_vnops.c nfsm_subs.h 
                         nfsproto.h nfsrtt.h nfsrvcache.h nqnfs.h 
                         rpcv2.h xdr_subs.h 
  Log:
  For the on-the-wire protocol, u_long -> u_int32_t;  long -> int32_t;
  int -> int32_t; u_short -> u_int16_t.  Also, use mode_t instead of u_short
  for storing modes (mode_t is a u_int16_t).
  
  Obtained from: NetBSD
  
  Revision  Changes    Path
  1.40      +10 -10    src/sys/nfs/nfs.h
  1.37      +28 -28    src/sys/nfs/nfs_nqlease.c
  1.68      +100 -100  src/sys/nfs/nfs_serv.c
  1.40      +58 -58    src/sys/nfs/nfs_socket.c
  1.61      +35 -32    src/sys/nfs/nfs_subs.c
  1.41      +15 -15    src/sys/nfs/nfs_syscalls.c
  1.69      +21 -21    src/sys/nfs/nfs_vfsops.c
  1.103     +102 -96   src/sys/nfs/nfs_vnops.c
  1.21      +35 -35    src/sys/nfs/nfsm_subs.h
  1.6       +57 -57    src/sys/nfs/nfsproto.h
  1.9       +2 -2      src/sys/nfs/nfsrtt.h
  1.11      +2 -2      src/sys/nfs/nfsrvcache.h
  1.16      +8 -8      src/sys/nfs/nqnfs.h
  1.9       +9 -9      src/sys/nfs/rpcv2.h
  1.10      +7 -7      src/sys/nfs/xdr_subs.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805312009.NAA09338>