svn commit: r329001 - head/sys/sys

Brooks Davis brooks at FreeBSD.org
Wed Feb 7 23:45:14 UTC 2018


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 {


More information about the svn-src-all mailing list