13 lines
412 B
Text
13 lines
412 B
Text
$NetBSD: patch-as,v 1.1 2006/10/21 11:53:13 agc Exp $
|
|
|
|
--- ./sfsmisc/rex.h.orig 2002-11-27 17:54:15.000000000 +0000
|
|
+++ ./sfsmisc/rex.h
|
|
@@ -272,7 +272,7 @@ rexfd::abort ()
|
|
inline void
|
|
rexfd::data (svccb *sbp)
|
|
{
|
|
- rex_payload *argp = sbp->template getarg<rex_payload> ();
|
|
+ rex_payload *argp = sbp->getarg<rex_payload> ();
|
|
if (!argp->data.size ()) {
|
|
rex_payload payarg;
|
|
payarg.channel = channo;
|