opnsense-ports/misc/xless/files/patch-xless.h
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

18 lines
396 B
C

--- ./xless.h.orig 1994-07-29 04:56:41.000000000 +0200
+++ ./xless.h 2014-06-13 14:48:54.067816752 +0200
@@ -38,13 +38,14 @@
#define XLESS_MAX_INPUT 256
-/* handle differences between K&R and ANSI C */
+/* handle differences between K&R and ANSI C
#if __STDC__
#define __P(a) a
#else
#define __P(a) ()
#define const
#endif
+*/
/*
* The default editor; make sure the file exists.