summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/global.h')
-rw-r--r--usr.sbin/ppp/global.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/ppp/global.h b/usr.sbin/ppp/global.h
index 5eb6034..6630a29 100644
--- a/usr.sbin/ppp/global.h
+++ b/usr.sbin/ppp/global.h
@@ -1,6 +1,4 @@
/*
- * GLOBAL.H - RSAREF types and constants
- *
* Written by Toshiharu OHNO (tony-o@iij.ad.jp)
*
* Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
@@ -22,10 +20,14 @@
* TODO:
*/
+/*
+ * GLOBAL.H - RSAREF types and constants
+ */
+
/* PROTOTYPES should be set to one if and only if the compiler supports
- function argument prototyping.
- The following makes PROTOTYPES default to 0 if it has not already
- been defined with C compiler flags.
+ function argument prototyping.
+The following makes PROTOTYPES default to 0 if it has not already
+ been defined with C compiler flags.
*/
#ifndef PROTOTYPES
#define PROTOTYPES 0
OpenPOWER on IntegriCloud