summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-04-26 08:54:34 +0000
committerbrian <brian@FreeBSD.org>1999-04-26 08:54:34 +0000
commit42c76b892b2a251304d2676dc4406866b70ee8c2 (patch)
tree70f19a932d140e44302dcaa278b6b8c44baa30b4 /usr.sbin/ppp/command.c
parentd1f60b18e9169cfefff4540b6d27ae1e2b181471 (diff)
downloadFreeBSD-src-42c76b892b2a251304d2676dc4406866b70ee8c2.zip
FreeBSD-src-42c76b892b2a251304d2676dc4406866b70ee8c2.tar.gz
Add support for NetBSD
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 830e95c..7644978 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.189 1999/03/19 00:05:32 brian Exp $
+ * $Id: command.c,v 1.190 1999/03/25 23:36:23 brian Exp $
*
*/
#include <sys/param.h>
@@ -42,10 +42,10 @@
#include <unistd.h>
#ifndef NOALIAS
-#ifdef __OpenBSD__
-#include "alias.h"
-#else
+#ifdef __FreeBSD__
#include <alias.h>
+#else
+#include "alias.h"
#endif
#endif
#include "defs.h"
@@ -141,7 +141,7 @@
#define NEG_DNS 52
const char Version[] = "2.11";
-const char VersionDate[] = "$Date: 1999/03/19 00:05:32 $";
+const char VersionDate[] = "$Date: 1999/03/25 23:36:23 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
OpenPOWER on IntegriCloud