bufferlist.c revision 499b34cea04a46823d003d4c0520c8b03e8513cb
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * Copyright (C) 1999-2001 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * copyright notice and this permission notice appear in all copies.
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt/* $Id: bufferlist.c,v 1.12 2001/01/09 21:55:57 bwelling Exp $ */
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt unsigned int length;
length = 0;
return (length);
unsigned int length;
length = 0;
return (length);