summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/args.h
blob: d21482e104bc3d391f9d5eebb96055d7bf9464fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * neat macro from ka9q to "do the right thing" with ansi prototypes
 * $FreeBSD$
 */

#ifndef __P
#ifdef __STDC__
#define __P(x)       x
#else
#define __P(x)       ()
#endif
#endif
OpenPOWER on IntegriCloud