From 6d8fd9dd8c749e5bf37b5effa5c4a9fa578e0e40 Mon Sep 17 00:00:00 2001 From: niklas <> Date: Thu, 16 Oct 1997 07:29:56 +0000 Subject: [PATCH] Oops wrong major for audio --- src/etc/etc.amiga/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.amiga/MAKEDEV b/src/etc/etc.amiga/MAKEDEV index 02787fce..c66fd17a 100644 --- a/src/etc/etc.amiga/MAKEDEV +++ b/src/etc/etc.amiga/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.28 1997/10/07 22:10:55 niklas Exp $ +# $OpenBSD: MAKEDEV,v 1.29 1997/10/16 07:29:56 niklas Exp $ # $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -583,7 +583,7 @@ audio*) audio=audio$unit sound=sound$unit mixer=mixer$unit - major=41 + major=39 audioctl=audioctl$unit if [ "$unit" = "" ]; then unit=0; fi rm -f $audio $sound $mixer $audioctl