Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2001 21:02:07 -0800 (PST)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.h
Message-ID:  <200102110502.f1B527330708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmilekic    2001/02/10 21:02:07 PST

  Modified files:
    sys/kern             uipc_mbuf.c uipc_mbuf2.c 
    sys/sys              mbuf.h 
  Log:
  Long awaited style fixup in mbuf code. Get rid of K&R style prototyping
  and function argument declarations. Make sure that functions that are
  supposed to return a pointer return NULL in case of failure. Don't cast
  NULL. Finally, get rid of annoying `register' uses.
  
  Revision  Changes    Path
  1.66      +89 -131   src/sys/kern/uipc_mbuf.c
  1.6       +5 -14     src/sys/kern/uipc_mbuf2.c
  1.69      +46 -46    src/sys/sys/mbuf.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?200102110502.f1B527330708>