From 27b9e535a701c60f4762b2c919d8c49d1863b740 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 24 Apr 1997 22:23:18 +0000 Subject: #include before if __FreeBSD__ >= 3. Note there is another #include of below, but it's outside of the #ifdef scope from . :( --- x11/rxvt/files/patch-ab | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11/rxvt/files/patch-ab (limited to 'x11/rxvt') diff --git a/x11/rxvt/files/patch-ab b/x11/rxvt/files/patch-ab new file mode 100644 index 000000000000..9497eb28e985 --- /dev/null +++ b/x11/rxvt/files/patch-ab @@ -0,0 +1,12 @@ +--- ./src/utmp.c.org Thu Jan 23 10:46:02 1997 ++++ ./src/utmp.c Thu Apr 24 15:20:49 1997 +@@ -84,6 +84,9 @@ + # include + # define USE_SYSV_UTMP + #else ++# if defined(__FreeBSD__) && __FreeBSD__ >= 3 ++# include ++# endif + # include + # ifdef HAVE_SETUTENT + # define USE_SYSV_UTMP -- cgit v1.2.3