summaryrefslogtreecommitdiff
path: root/games/maelstrom-x11/patches/patch-randtest_cpp
blob: ab6926b90953930dacc0e68b37ec138f53fc1397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-randtest_cpp,v 1.1 2011/07/19 04:24:19 dholland Exp $

Use valid C++.

--- randtest.cpp~	1996-10-25 09:53:14.000000000 +0000
+++ randtest.cpp
@@ -3,6 +3,7 @@
 
 #include "fastrand.cc"
 
+int
 main()
 {
 	SeedRandom(1L);