#!/bin/sh
# $Id: xfs_makedev,v 1.1 1998/07/29 20:28:46 assar Exp $
# this is called with <module-id> <module-type> <cdev-num>
rm -f /dev/xfs0
mknod /dev/xfs0 c $3 0
