diff options
-rw-r--r-- | net/icsi-finger/patches/patch-ak | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/icsi-finger/patches/patch-ak b/net/icsi-finger/patches/patch-ak index 289faabca4f..e56c3b27d4b 100644 --- a/net/icsi-finger/patches/patch-ak +++ b/net/icsi-finger/patches/patch-ak @@ -1,4 +1,9 @@ -$NetBSD: patch-ak,v 1.5 2011/11/22 09:44:18 is Exp $ +$NetBSD: patch-ak,v 1.6 2011/11/22 15:07:04 is Exp $ + +- use standard includes +- 64-bit time_t fixes +- remove union wait +- replace mktemp() by mkstemp() --- src/in.fingerd.c.orig 1999-03-29 06:05:30.000000000 +0000 +++ src/in.fingerd.c |