Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 23:45:13 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329001 - head/sys/sys
Message-ID:  <201802072345.w17NjDmD006583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Feb  7 23:45:13 2018
New Revision: 329001
URL: https://svnweb.freebsd.org/changeset/base/329001

Log:
  Remove part of a comment reverting to nonexistant struct members.

Modified:
  head/sys/sys/msg.h

Modified: head/sys/sys/msg.h
==============================================================================
--- head/sys/sys/msg.h	Wed Feb  7 23:27:38 2018	(r329000)
+++ head/sys/sys/msg.h	Wed Feb  7 23:45:13 2018	(r329001)
@@ -81,7 +81,7 @@ struct msqid_ds_old {
 /*
  * XXX there seems to be no prefix reserved for this header, so the name
  * "msg" in "struct msg" and the names of all of the nonstandard members
- * (mainly "msg_pad*) are namespace pollution.
+ * are namespace pollution.
  */
 
 struct msqid_ds {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802072345.w17NjDmD006583>