#!/bin/sh if [ $(id -u) != 0 ]; then echo $msg must be run as root >&2 exit 0 fi echo "--------------------" echo "running psock_fanout test" echo "--------------------" ./psock_fanout if [ $? -ne 0 ]; then echo "[FAIL]" else echo "[PASS]" fi echo "--------------------" echo "running psock_tpacket test" echo "--------------------" ./psock_tpacket if [ $? -ne 0 ]; then echo "[FAIL]" else echo "[PASS]" fi ink rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/sound/oss/dev_table.h
AgeCommit message (Expand)AuthorFilesLines