Date: Fri, 13 Sep 1996 19:33:58 -0400 (EDT) From: Dan Cross <cross@math.psu.edu> To: current@freebsd.org Subject: Typo in /sys/kern/subr_dkbad.c... Message-ID: <199609132333.TAA00482@augusta.math.psu.edu>
next in thread | raw e-mail | index | archive | help
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 <sys/param.h> --- 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 <sys/param.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609132333.TAA00482>