mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
$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);
|