diff options
author | is <is@pkgsrc.org> | 2011-11-22 15:07:04 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2011-11-22 15:07:04 +0000 |
commit | 1dcdf5528e6bfc43e409b84cbf44bd1db28af5a7 (patch) | |
tree | f0527b5035d38fc0c5c94b256564ef7a35b2a49b /net/icsi-finger | |
parent | f6d5d40df821d07238772bcc0c2bbb9ebb4823d7 (diff) | |
download | pkgsrc-1dcdf5528e6bfc43e409b84cbf44bd1db28af5a7.tar.gz |
Put comments back into the patch file.
Diffstat (limited to 'net/icsi-finger')
-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 |