summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/reproto.sh
blob: 277f68af257ded146f248e3c2d68fa42920982b2 (plain)
1
2
3
4
5
6
#!/bin/sh
echo "/* THIS FILE PRODUCED AUTOMATICALLY */" >devfs_proto.h
grep -h '/\*proto\*/' *.c |awk '{print $0 ";"}' >>devfs_proto.h
echo "/* THIS FILE PRODUCED AUTOMATICALLY */" >>devfs_proto.h
echo "/* DO NOT EDIT (see reproto.sh) */" >>devfs_proto.h

OpenPOWER on IntegriCloud