diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-21 10:21:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-21 10:21:50 +0000 |
commit | af19376f3fb67edb8c1d5c043c59b20781b4cc3f (patch) | |
tree | a3c470de0d7c030b092bb69363e1e6497f7661a5 /sys/arch/amiga/stand | |
parent | 585d5aec6a0db7ee321092d6bb3bf8c7f9285161 (diff) |
We are OpenBSD
Diffstat (limited to 'sys/arch/amiga/stand')
-rw-r--r-- | sys/arch/amiga/stand/boot/installboot.8 | 5 | ||||
-rw-r--r-- | sys/arch/amiga/stand/boot/twiddle.c | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/sys/arch/amiga/stand/boot/installboot.8 b/sys/arch/amiga/stand/boot/installboot.8 index b3c1f2c7c03..1aa993aece7 100644 --- a/sys/arch/amiga/stand/boot/installboot.8 +++ b/sys/arch/amiga/stand/boot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.1 1997/01/16 09:26:33 niklas Exp $ +.\" $OpenBSD: installboot.8,v 1.2 1997/02/21 10:21:49 niklas Exp $ .\" $NetBSD: installboot.8,v 1.1.1.1 1996/11/29 23:36:30 is Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -118,5 +118,4 @@ mode, or while otherwise running in insecure mode. .Sh HISTORY The .Nm -command first appeared in -.Nx 1.3 +command first appeared in NetBSD-current post 1.2 diff --git a/sys/arch/amiga/stand/boot/twiddle.c b/sys/arch/amiga/stand/boot/twiddle.c index bd07e47cb57..a71a7a301bb 100644 --- a/sys/arch/amiga/stand/boot/twiddle.c +++ b/sys/arch/amiga/stand/boot/twiddle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twiddle.c,v 1.1 1997/01/16 09:26:44 niklas Exp $ */ +/* $OpenBSD: twiddle.c,v 1.2 1997/02/21 10:21:49 niklas Exp $ */ /* $NetBSD: twiddle.c,v 1.1.1.1 1996/11/29 23:36:29 is Exp $ */ /*- @@ -32,12 +32,8 @@ * 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. - * - * @(#)printf.c 8.1 (Berkeley) 6/11/93 */ -/* From: $NetBSD: twiddle.c,v 1.1.1.1 1996/11/29 23:36:29 is Exp $ */ - #include "stand.h" const static char chars[4] = {'|', '/', '-', '\\'}; |