From owner-freebsd-current Fri Sep 13 16:33:46 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA26267 for current-outgoing; Fri, 13 Sep 1996 16:33:46 -0700 (PDT) Received: from math.psu.edu (root@leibniz.math.psu.edu [146.186.130.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA26261 for ; Fri, 13 Sep 1996 16:33:44 -0700 (PDT) Received: from augusta.math.psu.edu (cross@augusta.math.psu.edu [146.186.132.2]) by math.psu.edu (8.7.5/8.7.3) with ESMTP id TAA19057 for ; Fri, 13 Sep 1996 19:33:41 -0400 (EDT) From: Dan Cross Received: (from cross@localhost) by augusta.math.psu.edu (8.7.5/8.7.3) id TAA00482 for current@freebsd.org; Fri, 13 Sep 1996 19:33:58 -0400 (EDT) Date: Fri, 13 Sep 1996 19:33:58 -0400 (EDT) Message-Id: <199609132333.TAA00482@augusta.math.psu.edu> To: current@freebsd.org Subject: Typo in /sys/kern/subr_dkbad.c... Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I came across a small typo in /sys/kern/subr_dkbad.c. While looking for something-probably-unrelated, I noticed that the RCS $Id:$ header had been mangled, and was missing the closing ``$''. Trivial, I know, but here's a patch for what it's worth. :-) - Dan C. --- *** subr_dkbad.c 1996/09/13 23:28:01 1.1 --- subr_dkbad.c 1996/09/13 23:28:45 *************** *** 43,49 **** * from: wd.c,v 1.55 1994/10/22 01:57:12 phk Exp $ * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ ! * $Id: */ #include --- 43,49 ---- * from: wd.c,v 1.55 1994/10/22 01:57:12 phk Exp $ * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ ! * $Id: subr_dkbad.c,v 1.2 1996/09/13 23:28:44 tenser Exp $ */ #include