Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 1996 11:44:11 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys unistd.h param.h src/sys/kern init_main.c
Message-ID:  <199602231944.LAA02752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/02/23 11:44:11

  Modified:    sys/sys   unistd.h param.h
               sys/kern  init_main.c
  Log:
  Garrett pointed out that the correct place for unix system call args
  is <sys/unistd.h>, with the prototype in <unistd.h>.  sys/unistd.h
  is visible to the kernel compile, and is #included by unistd.h.
  
  Also, I missed a reference to a static int in the midst of my other diffs.
  
  Revision  Changes    Path
  1.5       +17 -1     src/sys/sys/unistd.h
  1.13      +2 -18     src/sys/sys/param.h
  1.38      +2 -2      src/sys/kern/init_main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602231944.LAA02752>