This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3a140162b4
freebsd-dev
/
usr.sbin
/
ypbind
/
yp_ping.h
6 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
Apply the following mechanical transformations in preparation for ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week
2002-02-06 13:30:31 +00:00
/*
*
$
FreeBSD
$
*/
extern
int
__yp_ping
(
struct
in_addr
*
,
int
,
char
*
,
short
*
)
;
Reference in New Issue
Copy Permalink