summaryrefslogtreecommitdiffstats
path: root/bin/sh/mkinit.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
commit86bc037e711eb91a7613e3b6e3d960188a6543eb (patch)
tree1fc5e32e03599c5e14e1247a4e80ab700b4aa01f /bin/sh/mkinit.c
parent73aa05049384acedec92bf177501e01ce2ca99d7 (diff)
downloadFreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.zip
FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.tar.gz
Add rcsid. Spelling.
Diffstat (limited to 'bin/sh/mkinit.c')
-rw-r--r--bin/sh/mkinit.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c
index fda310b..fc1307c 100644
--- a/bin/sh/mkinit.c
+++ b/bin/sh/mkinit.c
@@ -32,8 +32,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: mkinit.c,v 1.10 1997/04/28 03:06:37 steve Exp $
*/
#ifndef lint
@@ -43,7 +41,11 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-static char const sccsid[] = "@(#)mkinit.c 8.2 (Berkeley) 5/4/95";
+#if 0
+static char sccsid[] = "@(#)mkinit.c 8.2 (Berkeley) 5/4/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
/*
OpenPOWER on IntegriCloud