Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 23:23:55 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/coda coda_vnops.c
Message-ID:  <199901290723.XAA34836@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/01/28 23:23:54 PST

  Modified files:
    sys/coda             coda_vnops.c 
  Log:
  Removed a bogus cast to c_caddr_t.  This is part of terminating
  c_caddr_t with extreme prejudice.  Here we want to convert from
  `const char *' to `const char *'.  Casting through c_caddr_t is
  not the way to do this.  The original cast to caddr_t was apparently
  to break warnings about const mismatches in other versions of BSD
  (in 4.4BSDLite2, the conversion is from `const char *path' to
  plain caddr_t).
  
  Revision  Changes    Path
  1.15      +8 -2      src/sys/coda/coda_vnops.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?199901290723.XAA34836>