Subject: Re: CVS commit: basesrc/usr.sbin/mlxctl
To: None <lukem@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 06/18/2002 21:40:30
From: Luke Mewburn <lukem@netbsd.org>
Subject: CVS commit: basesrc/usr.sbin/mlxctl
Date: Sun, 2 Jun 2002 02:51:06 +0300 (EEST)
>
> Module Name: basesrc
> Committed By: lukem
> Date: Sat Jun 1 23:51:06 UTC 2002
>
> Modified Files:
> syssrc/sys/sys: queue.h
>
> Log Message:
> SIMPLEQ rototill:
> - remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
> this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
> singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
is it ok to remove the arg while there may be userland programs
using it?
---
YAMAMOTO Takashi<yamt@mwd.biglobe.ne.jp>