blob: 0fcac3349a7f840ef8866a06e31bbbc4c9d21543 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: /tmp/pcvs/ports/sysutils/sge61/files/patch-3rdparty_qtcsh_tc.who.c,v 1.1 2011-10-14 16:55:50 brooks Exp $
--- 3rdparty/qtcsh/tc.who.c.orig
+++ 3rdparty/qtcsh/tc.who.c
@@ -56,7 +56,7 @@
# define _PATH_UTMP UTMPX_FILE
# endif /* _PATH_UTMP */
# define utmp utmpx
-# ifndef INTERIX
+# if !defined(INTERIX) && !defined(FREEBSD)
# define ut_time ut_xtime
# else
# define ut_time ut_tv.tv_sec
|