forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
274 B
C
11 lines
274 B
C
--- xd.c.orig 1996-08-27 02:23:22.000000000 +0900
|
|
+++ xd.c 2012-10-24 05:56:31.000000000 +0900
|
|
@@ -392,7 +392,7 @@
|
|
*
|
|
*/
|
|
#define ISFILE(str) (*(str) != '-' || *((str) + 1) == '\0')
|
|
-void
|
|
+int
|
|
main(int argc, char *argv[])
|
|
{
|
|
int i, nf = 0, show_usage = FALSE, result;
|