opnsense-ports/sysutils/xcpustate/files/patch-rstat.x
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
245 B
Text

--- rstat.x Sat Mar 6 17:26:17 2004
+++ /tmp/rstat.x.patch Sat Mar 6 17:26:11 2004
@@ -52,7 +52,7 @@
% */
%
%bool_t
-%#ifdef __STDC__
+%#if __STDC__
%xdr_timeval(XDR *xdrs, struct timeval *tvp)
%#else /* K&R C */
%xdr_timeval(xdrs, tvp)