Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 19:18:39 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240784 - head/sys/contrib/altq/altq
Message-ID:  <201209211918.q8LJIdwG090448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Fri Sep 21 19:18:39 2012
New Revision: 240784
URL: http://svn.freebsd.org/changeset/base/240784

Log:
  Remove #ident macro.
  -This line, and those below, will be ignored--
  > Description of fields to fill in above:                     76 columns --|
  > PR:            If a GNATS PR is affected by the change.
  > Submitted by:  If someone else sent in the change.
  > Reviewed by:   If someone else reviewed your modification.
  > Approved by:   If you needed approval for this commit.
  > Obtained from: If the change is from a third party.
  > MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
  > Security:      Vulnerability reference (one per line) or description.
  > Empty fields above will be automatically removed.
  
  M    altq/altq/altq_rmclass.c

Modified:
  head/sys/contrib/altq/altq/altq_rmclass.c

Modified: head/sys/contrib/altq/altq/altq_rmclass.c
==============================================================================
--- head/sys/contrib/altq/altq/altq_rmclass.c	Fri Sep 21 19:03:25 2012	(r240783)
+++ head/sys/contrib/altq/altq/altq_rmclass.c	Fri Sep 21 19:18:39 2012	(r240784)
@@ -35,10 +35,9 @@
  *
  * LBL code modified by speer@eng.sun.com, May 1977.
  * For questions and/or comments, please send mail to cbq@ee.lbl.gov
+ *
+ * @(#)rm_class.c  1.48     97/12/05 SMI
  */
-
-#ident "@(#)rm_class.c  1.48     97/12/05 SMI"
-
 #if defined(__FreeBSD__) || defined(__NetBSD__)
 #include "opt_altq.h"
 #include "opt_inet.h"



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