Date: Sun, 10 Jun 2001 08:48:04 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sbuf.9 src/sys/dev/sound/pcm sound.c src/sys/kern subr_sbuf.c src/sys/sys sbuf.h Message-ID: <200106101548.f5AFm4t82341@freefall.freebsd.org>
index | next in thread | raw e-mail
des 2001/06/10 08:48:04 PDT
Modified files:
share/man/man9 sbuf.9
sys/dev/sound/pcm sound.c
sys/kern subr_sbuf.c
sys/sys sbuf.h
Log:
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
Revision Changes Path
1.8 +13 -3 src/share/man/man9/sbuf.9
1.48 +2 -2 src/sys/dev/sound/pcm/sound.c
1.6 +21 -9 src/sys/kern/subr_sbuf.c
1.4 +14 -13 src/sys/sys/sbuf.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106101548.f5AFm4t82341>
