diff options
Diffstat (limited to 'net/radiusd-cistron/files/patch-acct.c')
-rw-r--r-- | net/radiusd-cistron/files/patch-acct.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/radiusd-cistron/files/patch-acct.c b/net/radiusd-cistron/files/patch-acct.c deleted file mode 100644 index 1a445f97fee7..000000000000 --- a/net/radiusd-cistron/files/patch-acct.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/acct.c.orig 2006-02-08 18:05:53.000000000 +0100 -+++ src/acct.c 2010-01-27 07:05:49.000000000 +0100 -@@ -167,8 +167,13 @@ - #ifdef __svr4__ - wt->ut_xtime = ut->time; - #else -+#if defined(__FreeBSD__) && __FreeBSD_version > 900007 -+ wt->ut_tv.tv_sec = ut->time; -+ wt->ut_tv.tv_usec = 0; -+#else - wt->ut_time = ut->time; - #endif -+#endif - #ifdef USER_PROCESS - /* - * And we can use the ID field to store |