summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/args.h')
-rw-r--r--usr.sbin/pppd/args.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.sbin/pppd/args.h b/usr.sbin/pppd/args.h
deleted file mode 100644
index 81bd1e0..0000000
--- a/usr.sbin/pppd/args.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * neat macro from ka9q to "do the right thing" with ansi prototypes
- * $Id$
- */
-
-#ifndef __P
-#ifdef __STDC__
-#define __P(x) x
-#else
-#define __P(x) ()
-#endif
-#endif
OpenPOWER on IntegriCloud