[325] in Pthreads mailing list archive
help on missing routine in 1_60_beta5/net/*
daemon@ATHENA.MIT.EDU (Jin Guojun[ITG])
Thu May 23 18:27:55 1996
From: "Jin Guojun[ITG]" <jin@george.lbl.gov>
Date: Thu, 23 May 1996 14:50:53 -0700
To: pthreads@MIT.EDU
Where is the _proto_buf() routine? I could find it any where.
% findstring proto_buf "*.[ch]"
./net/getproto.c
45: char *buf = _proto_buf();
./net/getprotoent.c
73: char *buf = _proto_buf();
./net/getprotoname.c
45: char *buf = _proto_buf();
./net/proto_internal.h
53:char *_proto_buf(void);
Thanks,
-Jin