Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 12:02:54 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.lockd lockd.c
Message-ID:  <200203222002.g2MK2sD81354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/03/22 12:02:54 PST

  Modified files:
    usr.sbin/rpc.lockd   lockd.c 
  Log:
  Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.
  rpcgen can't really make those fields const because the remote side might
  want to munge them, so we need to pass non-const in.  Hackish, but should
  work.
  
  Revision  Changes    Path
  1.12      +4 -2      src/usr.sbin/rpc.lockd/lockd.c

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?200203222002.g2MK2sD81354>