mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
358 B
C
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;
|