mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
e902d016a6
Submitted by: julian@freebsd.org Obtained from: written from scratch
3 lines
73 B
Bash
3 lines
73 B
Bash
#!/bin/sh
|
|
grep -h '/\*proto\*/' *.c |awk '{print $0 ";"}' >devfs_proto.h
|