cvs commit: src/sys/kern kern_sx.c src/sys/sys sx.h

Alfred Perlstein alfred at FreeBSD.org
Mon Sep 10 16:43:53 PDT 2007


alfred      2007-09-10 23:43:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_sx.c 
    sys/sys              sx.h 
  Log:
  FreeBSD 7 has a macro that converts calls to sx_init -> sx_init_flags,
  however FreeBSD 6 needs this as a function to preserve binary compat.
  
  Pointed out by: kmacy
  
  Revision  Changes    Path
  1.25.2.7  +7 -0      src/sys/kern/kern_sx.c
  1.21.2.7  +1 -1      src/sys/sys/sx.h


More information about the cvs-src mailing list