opnsense-ports/misc/xd/files/patch-xd.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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;