summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/cdefs.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-09 20:09:17 +0000
committerache <ache@FreeBSD.org>1997-03-09 20:09:17 +0000
commit03e7c0c64559b04cfc8e205546beaecc41e18b22 (patch)
treec07d34ad052933d75d95d53a68226499a127730b /usr.sbin/ppp/cdefs.h
parent6a6c22b3a83acd4b615a1314f94ccda2d0b98c25 (diff)
downloadFreeBSD-src-03e7c0c64559b04cfc8e205546beaecc41e18b22.zip
FreeBSD-src-03e7c0c64559b04cfc8e205546beaecc41e18b22.tar.gz
cdefs cleanup
Diffstat (limited to 'usr.sbin/ppp/cdefs.h')
-rw-r--r--usr.sbin/ppp/cdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/cdefs.h b/usr.sbin/ppp/cdefs.h
index 54011af..540905d 100644
--- a/usr.sbin/ppp/cdefs.h
+++ b/usr.sbin/ppp/cdefs.h
@@ -15,13 +15,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: cdefs.h,v 1.3 1997/02/22 16:10:04 peter Exp $
*
* TODO:
*/
#ifndef __P
-#ifdef __bsdi__
+#if defined(__bsdi__) || defined(__FreeBSD__)
#include <sys/cdefs.h>
#else
#ifdef __STDC__
OpenPOWER on IntegriCloud