Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Dec 1999 02:22:11 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/posix4 ksched.c posix4.h
Message-ID:  <199912271022.CAA28241@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/12/27 02:22:11 PST

  Modified files:
    sys/posix4           ksched.c posix4.h 
  Log:
  Fixed some type mismatches.  p_retval[0] in struct proc has type
  register_t, so pointers to it must be passed around as `register_t *',
  not as `int *'.  The type mismatches were non-benign on alphas, but
  the broken code is normally only configured by LINT.
  
  Revision  Changes    Path
  1.7       +12 -10    src/sys/posix4/ksched.c
  1.6       +10 -8     src/sys/posix4/posix4.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?199912271022.CAA28241>