Browse Source

Oops wrong major for audio

OPENBSD_2_2
niklas 27 years ago
parent
commit
6d8fd9dd8c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.amiga/MAKEDEV

+ 2
- 2
src/etc/etc.amiga/MAKEDEV View File

@ -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


Loading…
Cancel
Save