Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 02:09:39 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern syscalls.master src/sys/sys ktrace.h
Message-ID:  <199905130909.CAA47284@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/05/13 02:09:38 PDT

  Modified files:
    sys/kern             syscalls.master 
    sys/sys              ktrace.h 
  Log:
  Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().
  Changed to `const void *'.  utrace() is undocumented, so nothing should
  notice.
  
  Fixed missing consts for utrace() and ktrace() in syscalls.master.
  
  sys/ktrace.h is missing some Lite2 changes of shorts to ints.
  
  Revision  Changes    Path
  1.59      +3 -3      src/sys/kern/syscalls.master
  1.13      +2 -2      src/sys/sys/ktrace.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?199905130909.CAA47284>