mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
$NetBSD: patch-bk,v 1.1 2006/10/21 11:53:13 agc Exp $
|
|
|
|
--- ./agent/agent.h.orig 2002-11-27 22:51:39.000000000 +0000
|
|
+++ ./agent/agent.h
|
|
@@ -151,7 +151,7 @@ struct authsess {
|
|
tailq_entry<authsess> link;
|
|
ihash_entry<authsess> hlink;
|
|
|
|
- authsess::authsess (authmeth *a, u_int i);
|
|
+ authsess (authmeth *a, u_int i);
|
|
|
|
void to_str (strbuf &b)
|
|
{
|