pike.git/
src/
modules/
Yp/
yp.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-08-03
1999-08-03 00:42:53 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
ed01d5b7d56ff560c404510075c8b65215bac76e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/modules/Yp/yp.c:1.17
28:
#include "builtin_functions.h" #include "module_support.h"
-
RCSID("$Id: yp.c,v 1.
16
1999/
02
/
10
21
:
51
:
02
hubbe Exp $");
+
RCSID("$Id: yp.c,v 1.
17
1999/
08
/
03
00
:
42
:
53
hubbe Exp $");
#define YPERROR(fun,err) do{ if(err) error("yp->%s(): %s\n", (fun), \ yperr_string(err)); }while(0)
125:
push_mapping( res_map ); }
-
void f_map(INT32 args)
+
static
void f_map(INT32 args)
{ int err; char *retval, *retkey;