1*220c9d77SFrançois Tigeot#!/bin/sh 2*220c9d77SFrançois Tigeot 3*220c9d77SFrançois Tigeot# The DragonFly kernel already uses a "pipe" identifier 4*220c9d77SFrançois Tigeot 5*220c9d77SFrançois Tigeotgsed -i 's/enum pipe/enum i915_pipe/g' $* 6