mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
2a63c3be15
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
12 lines
264 B
C
12 lines
264 B
C
/* $OpenBSD: extern.h,v 1.5 2009/06/07 13:29:50 ray Exp $ */
|
|
|
|
/*
|
|
* Written by Raymond Lai <ray@cyth.net>.
|
|
* Public domain.
|
|
*/
|
|
|
|
extern FILE *outfp; /* file to save changes to */
|
|
extern const char *tmpdir;
|
|
|
|
int eparse(const char *, const char *, const char *);
|