summaryrefslogtreecommitdiff
path: root/textproc/isearch/patches/patch-Isearch-cgi_cgi-util.hxx
blob: 9bf8771ade99584b0c356aaba5ce2403ac9626c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-Isearch-cgi_cgi-util.hxx,v 1.1 2012/12/21 10:29:46 dholland Exp $

Chase after the C++ standard:
   - use the newfangled names for C++ headers

--- Isearch-cgi/cgi-util.hxx~	1998-05-12 16:48:06.000000000 +0000
+++ Isearch-cgi/cgi-util.hxx
@@ -47,9 +47,9 @@ Authors:        Kevin Gamiel, kgamiel@cn
 #define _CGIUTIL_HXX
 
 #include "gdt.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <iostream.h>
+#include <cstdio>
+#include <cstdlib>
+#include <iostream>
 
 #define CGI_MAXENTRIES 100
 #define POST 0