diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 04:48:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 04:48:09 +0000 |
commit | 3dc2bab62b31e6caa1a00fece6004504f8e08033 (patch) | |
tree | c3a44aeae3938880a95422164280589feafe53aa /sys/arch/hp300/dev/devlist2h.awk | |
parent | 08e8d869ff1f7248522b236f25044d2744c972dd (diff) |
Merge new config(8) support from NetBSD, by Jason Thorpe.
Also add siginfo glue, BOOT_CONFIG, and various other changes.
Diffstat (limited to 'sys/arch/hp300/dev/devlist2h.awk')
-rw-r--r-- | sys/arch/hp300/dev/devlist2h.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/devlist2h.awk b/sys/arch/hp300/dev/devlist2h.awk index db29dec28b9..0354a5fe0d1 100644 --- a/sys/arch/hp300/dev/devlist2h.awk +++ b/sys/arch/hp300/dev/devlist2h.awk @@ -1,7 +1,7 @@ #! /usr/bin/awk -f # -# $OpenBSD: devlist2h.awk,v 1.1 1997/01/12 15:12:24 downsj Exp $ -# $NetBSD: devlist2h.awk,v 1.1 1996/12/17 08:41:02 thorpej Exp $ +# $OpenBSD: devlist2h.awk,v 1.2 1997/02/03 04:47:16 downsj Exp $ +# $NetBSD: devlist2h.awk,v 1.2 1997/01/30 09:18:36 thorpej Exp $ # # Copyright (c) 1996 Jason R. Thorpe. All rights reserved. # Copyright (c) 1995, 1996 Christopher G. Demetriou |