Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 14:12:55 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys libkern.h namei.h queue.h
Message-ID:  <200109302112.f8ULCtI48963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2001/09/30 14:12:55 PDT

  Modified files:        (Branch: RELENG_4)
    sys/sys              libkern.h namei.h queue.h 
  Log:
  MFC: make these files valid for g++. In detail,
  namei.h: move "struct componentname" definition outside "struct nameidata",
          and provide a valid STDC/C++ definition for function NDINIT
  
  queue.h libkern.h: put explicit casts from void * in insque, remque and memset
  
  Revision  Changes    Path
  1.20.2.2  +2 -2      src/sys/sys/libkern.h
  1.29.2.2  +27 -17    src/sys/sys/namei.h
  1.32.2.5  +4 -3      src/sys/sys/queue.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?200109302112.f8ULCtI48963>