summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-18 05:40:54 +0000
committerimp <imp@FreeBSD.org>2002-02-18 05:40:54 +0000
commit8ad412b83c618666fa12e1d70585cccd3041286b (patch)
tree30c840e02dbe25da63efb98d87b22f6fbe574e24 /games
parent5338e9f4189aef5c1fdb80fa5d3e461a2e7de4b7 (diff)
downloadFreeBSD-src-8ad412b83c618666fa12e1d70585cccd3041286b.zip
FreeBSD-src-8ad412b83c618666fa12e1d70585cccd3041286b.tar.gz
Fix last second botch of adding $FreeBSD$.
Diffstat (limited to 'games')
-rw-r--r--games/cribbage/cribbage.h2
-rw-r--r--games/quiz/quiz.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/cribbage/cribbage.h b/games/cribbage/cribbage.h
index 8eb1812..6a20dc4 100644
--- a/games/cribbage/cribbage.h
+++ b/games/cribbage/cribbage.h
@@ -33,7 +33,7 @@
* @(#)cribbage.h 8.1 (Berkeley) 5/31/93
*/
-#include <sys/defs.h>
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/games/quiz/quiz.h b/games/quiz/quiz.h
index 6dcfd9e..dd8a18a 100644
--- a/games/quiz/quiz.h
+++ b/games/quiz/quiz.h
@@ -37,7 +37,7 @@
* @(#)quiz.h 8.1 (Berkeley) 5/31/93
*/
-#include <sys/defs.h>
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud