1995-04-20 03:31:34 +00:00
|
|
|
#!/bin/sh
|
1995-09-03 05:43:50 +00:00
|
|
|
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
|
|
|
|
|