opnsense-ports/sysutils/retail/files/patch-src_main.c
Franco Fichtner 36a5a17e98 */*: sync with upstream
Taken from: HardenedBSD
2020-09-25 17:54:53 +02:00

11 lines
358 B
C

--- src/main.c.orig 2003-03-18 17:48:18 UTC
+++ src/main.c
@@ -21,6 +21,8 @@
/* Yee ole includes (I put this all in one file for my sanity) */
#include "include.h"
+short int retval; /* what value do we return at the end of all this */
+char **files; /* an array of all the file's we'll be opening */
int main(int argc, char **argv) {
long int i;