diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-25 15:56:24 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-25 15:56:24 +0000 |
commit | 6967ae698477e809eb79f71e8ee2b9db37c9183a (patch) | |
tree | 1decc90a7a3407dfdf7cdc3ff4aa11c2aa9ef862 /usr.sbin/config/main.c | |
parent | 22a628436b9c63f1069f0a15af3684d68574d575 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'usr.sbin/config/main.c')
-rw-r--r-- | usr.sbin/config/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index 0830434a5ce..5a2539a6e5b 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -1,3 +1,6 @@ +/* $OpenBSD: main.c,v 1.3 1996/03/25 15:55:06 niklas Exp $ */ +/* $NetBSD: main.c,v 1.13 1996/03/03 17:28:17 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -40,7 +43,6 @@ * SUCH DAMAGE. * * from: @(#)main.c 8.1 (Berkeley) 6/6/93 - * $Id: main.c,v 1.2 1995/12/15 18:54:35 deraadt Exp $ */ #ifndef lint |